Color Hex Logo

#dbc477 Color Hex

#DBC477
(219,196,119)
0 Favorites   0 Comments

Color spaces of #dbc477

RGB 219196119
HSL0.130.580.66
HSV46°46°86°
CMYK 0.000.110.46   0.14
XYZ52.283155.871825.4815
Yxy55.87180.39120.4181
Hunter Lab74.7474-5.953832.1112
CIE-Lab79.5408-2.134241.4761

#dbc477 color RGB value is (219,196,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01110111
Octal 333 304 167
Decimal 219 196 119
Hex DB C4 77

RGB Percentages of Color #dbc477

%41.01
%36.70
%22.28

CMYK Percentages of Color #dbc477

%0
%11
%46
%14

Triadic Colors of #dbc477

#dbc477 #77dbc4 #c477db

Analogous Colors of #dbc477

#dbc477 #c0db77 #db9277

Monochromatic Colors of #dbc477

#dbc477

Complementary Color

#dbc477 #778edb

#dbc477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc477 Color CSS Codes

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

#dbc477 Text Font Color

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

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


#dbc477 Background Color

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

This div background color is #dbc477


#dbc477 Border Color

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

This div border color is #dbc477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc477


Comments

No comments written yet.

Please login to write comment.