Color Hex Logo

#dbcc74 Color Hex

#DBCC74
(219,204,116)
0 Favorites   0 Comments

Color spaces of #dbcc74

RGB 219204116
HSL0.140.590.66
HSV51°47°86°
CMYK 0.000.070.47   0.14
XYZ53.958759.506825.1650
Yxy59.50680.38920.4292
Hunter Lab77.1407-10.138134.6567
CIE-Lab81.5694-6.547545.4860

#dbcc74 color RGB value is (219,204,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 01110100
Octal 333 314 164
Decimal 219 204 116
Hex DB CC 74

RGB Percentages of Color #dbcc74

%40.63
%37.85
%21.52

CMYK Percentages of Color #dbcc74

%0
%7
%47
%14

Triadic Colors of #dbcc74

#dbcc74 #74dbcc #cc74db

Analogous Colors of #dbcc74

#dbcc74 #b7db74 #db9974

Monochromatic Colors of #dbcc74

#dbcc74

Complementary Color

#dbcc74 #7483db

#dbcc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc74 Color CSS Codes

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

#dbcc74 Text Font Color

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

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


#dbcc74 Background Color

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

This div background color is #dbcc74


#dbcc74 Border Color

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

This div border color is #dbcc74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc74

#dbcc74 Color Palettes


Comments

No comments written yet.

Please login to write comment.