color codes Logo

#dbd38d color codes

#DBD38D
(219,211,141)
0 Favorites   0 Comments

Color spaces of #dbd38d

RGB 219211141
HSL0.150.520.71
HSV54°36°86°
CMYK 0.000.040.36   0.14
XYZ57.315463.571734.4490
Yxy63.57170.36900.4093
Hunter Lab79.7319-11.215730.1954
CIE-Lab83.7423-7.500535.6884

#dbd38d color RGB value is (219,211,141).

#dbd38d hex color red value is 219, green value is 211 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dbd38d hue: 0.15 , saturation: 0.52 and the lightness value of dbd38d is 0.71.

The process color (four color CMYK) of #dbd38d color code is 0.00, 0.04, 0.36, 0.14. Web safe color of #dbd38d is #cccc99. Color #dbd38d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 10001101
Octal 333 323 215
Decimal 219 211 141
Hex DB D3 8D

RGB Percentages of Color #dbd38d

%38.35
%36.95
%24.69

CMYK Percentages of Color #dbd38d

%0
%4
%36
%14

Triadic Colors of #dbd38d

#dbd38d #8ddbd3 #d38ddb

Analogous Colors of #dbd38d

#dbd38d #bcdb8d #dbac8d

Monochromatic Colors of #dbd38d

#dbd38d

Complementary Color

#dbd38d #8d95db

#dbd38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd38d Color CSS Codes

.mybgcolor {background-color:#dbd38d; } 
.myforecolor {color:#dbd38d; }
.mybordercolor {border:3px solid #dbd38d; }

#dbd38d Text Font Color

<p style="color:#dbd38d">Text here</p>

This sample text font color is #dbd38d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbd38d Background Color

<div style="background-color:#dbd38d">
Div content here</div>

This div background color is #dbd38d


#dbd38d Border Color

<div style="border:3px solid #dbd38d">
Div here</div>

This div border color is #dbd38d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,211,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbd38d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbd38d;
  -webkit-box-shadow: 1px 1px 3px 2px #dbd38d;
  box-shadow:         1px 1px 3px 2px #dbd38d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,211,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbd38d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd38d;
  -webkit-box-shadow: 1px 1px 3px 2px #dbd38d;
  box-shadow:         1px 1px 3px 2px #dbd38d;">
Div content here</div>

This div box has shadow with color #dbd38d


Comments

No comments written yet.

Please login to write comment.