Color Hex Logo

#dbcc4a Color Hex

#DBCC4A
(219,204,74)
0 Favorites   0 Comments

Color spaces of #dbcc4a

RGB 21920474
HSL0.150.670.57
HSV54°66°86°
CMYK 0.000.070.66   0.14
XYZ52.042358.740215.0736
Yxy58.74020.41350.4667
Hunter Lab76.6422-12.917041.9886
CIE-Lab81.1486-9.694264.0352

#dbcc4a color RGB value is (219,204,74).

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

The process color (four color CMYK) of #dbcc4a color hex is 0.00, 0.07, 0.66, 0.14. Web safe color of #dbcc4a is #cccc33. Color #dbcc4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 01001010
Octal 333 314 112
Decimal 219 204 74
Hex DB CC 4A

RGB Percentages of Color #dbcc4a

%44.06
%41.05
%14.89

CMYK Percentages of Color #dbcc4a

%0
%7
%66
%14

Triadic Colors of #dbcc4a

#dbcc4a #4adbcc #cc4adb

Analogous Colors of #dbcc4a

#dbcc4a #a2db4a #db844a

Monochromatic Colors of #dbcc4a

#dbcc4a

Complementary Color

#dbcc4a #4a59db

#dbcc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc4a Color CSS Codes

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

#dbcc4a Text Font Color

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

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


#dbcc4a Background Color

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

This div background color is #dbcc4a


#dbcc4a Border Color

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

This div border color is #dbcc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc4a


Comments

No comments written yet.

Please login to write comment.