Color Hex Logo

#dbd77b Color Hex

#DBD77B
(219,215,123)
0 Favorites   0 Comments

Color spaces of #dbd77b

RGB 219215123
HSL0.160.570.67
HSV58°44°86°
CMYK 0.000.020.44   0.14
XYZ57.089065.091028.2938
Yxy65.09100.37940.4326
Hunter Lab80.6790-14.880435.6825
CIE-Lab84.5306-11.455445.7023

#dbd77b color RGB value is (219,215,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01111011
Octal 333 327 173
Decimal 219 215 123
Hex DB D7 7B

RGB Percentages of Color #dbd77b

%39.32
%38.60
%22.08

CMYK Percentages of Color #dbd77b

%0
%2
%44
%14

Triadic Colors of #dbd77b

#dbd77b #7bdbd7 #d77bdb

Analogous Colors of #dbd77b

#dbd77b #afdb7b #dba77b

Monochromatic Colors of #dbd77b

#dbd77b

Complementary Color

#dbd77b #7b7fdb

#dbd77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd77b Color CSS Codes

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

#dbd77b Text Font Color

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

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


#dbd77b Background Color

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

This div background color is #dbd77b


#dbd77b Border Color

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

This div border color is #dbd77b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,215,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 #dbd77b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd77b


Comments

No comments written yet.

Please login to write comment.