Color Hex Logo

#dbd47b Color Hex

#DBD47B
(219,212,123)
0 Favorites   0 Comments

Color spaces of #dbd47b

RGB 219212123
HSL0.150.570.67
HSV56°44°86°
CMYK 0.000.030.44   0.14
XYZ56.332163.577128.0415
Yxy63.57710.38070.4297
Hunter Lab79.7352-13.428334.9634
CIE-Lab83.7451-9.942344.7284

#dbd47b color RGB value is (219,212,123).

#dbd47b hex color red value is 219, green value is 212 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dbd47b hue: 0.15 , saturation: 0.57 and the lightness value of dbd47b is 0.67.

The process color (four color CMYK) of #dbd47b color hex is 0.00, 0.03, 0.44, 0.14. Web safe color of #dbd47b is #cccc66. Color #dbd47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01111011
Octal 333 324 173
Decimal 219 212 123
Hex DB D4 7B

RGB Percentages of Color #dbd47b

%39.53
%38.27
%22.20

CMYK Percentages of Color #dbd47b

%0
%3
%44
%14

Triadic Colors of #dbd47b

#dbd47b #7bdbd4 #d47bdb

Analogous Colors of #dbd47b

#dbd47b #b2db7b #dba47b

Monochromatic Colors of #dbd47b

#dbd47b

Complementary Color

#dbd47b #7b82db

#dbd47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd47b Color CSS Codes

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

#dbd47b Text Font Color

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

This sample text font color is #dbd47b
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.


#dbd47b Background Color

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

This div background color is #dbd47b


#dbd47b Border Color

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

This div border color is #dbd47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd47b


Comments

No comments written yet.

Please login to write comment.