Color Hex Logo

#dbcb77 Color Hex

#DBCB77
(219,203,119)
0 Favorites   0 Comments

Color spaces of #dbcb77

RGB 219203119
HSL0.140.580.66
HSV50°46°86°
CMYK 0.000.070.46   0.14
XYZ53.899159.103926.0202
Yxy59.10390.38770.4251
Hunter Lab76.8791-9.393933.7483
CIE-Lab81.3487-5.748743.7306

#dbcb77 color RGB value is (219,203,119).

#dbcb77 hex color red value is 219, green value is 203 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dbcb77 hue: 0.14 , saturation: 0.58 and the lightness value of dbcb77 is 0.66.

The process color (four color CMYK) of #dbcb77 color hex is 0.00, 0.07, 0.46, 0.14. Web safe color of #dbcb77 is #cccc66. Color #dbcb77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01110111
Octal 333 313 167
Decimal 219 203 119
Hex DB CB 77

RGB Percentages of Color #dbcb77

%40.48
%37.52
%22.00

CMYK Percentages of Color #dbcb77

%0
%7
%46
%14

Triadic Colors of #dbcb77

#dbcb77 #77dbcb #cb77db

Analogous Colors of #dbcb77

#dbcb77 #b9db77 #db9977

Monochromatic Colors of #dbcb77

#dbcb77

Complementary Color

#dbcb77 #7787db

#dbcb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb77 Color CSS Codes

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

#dbcb77 Text Font Color

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

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


#dbcb77 Background Color

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

This div background color is #dbcb77


#dbcb77 Border Color

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

This div border color is #dbcb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb77


Comments

No comments written yet.

Please login to write comment.