Color Hex Logo

#dbc942 Color Hex

#DBC942
(219,201,66)
0 Favorites   0 Comments

Color spaces of #dbc942

RGB 21920166
HSL0.150.680.56
HSV53°70°86°
CMYK 0.000.080.70   0.14
XYZ51.083457.226713.5077
Yxy57.22670.41930.4698
Hunter Lab75.6483-11.848142.3671
CIE-Lab80.3069-8.594366.2985

#dbc942 color RGB value is (219,201,66).

#dbc942 hex color red value is 219, green value is 201 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dbc942 hue: 0.15 , saturation: 0.68 and the lightness value of dbc942 is 0.56.

The process color (four color CMYK) of #dbc942 color hex is 0.00, 0.08, 0.70, 0.14. Web safe color of #dbc942 is #cccc33. Color #dbc942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01000010
Octal 333 311 102
Decimal 219 201 66
Hex DB C9 42

RGB Percentages of Color #dbc942

%45.06
%41.36
%13.58

CMYK Percentages of Color #dbc942

%0
%8
%70
%14

Triadic Colors of #dbc942

#dbc942 #42dbc9 #c942db

Analogous Colors of #dbc942

#dbc942 #a1db42 #db7d42

Monochromatic Colors of #dbc942

#dbc942

Complementary Color

#dbc942 #4254db

#dbc942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc942 Color CSS Codes

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

#dbc942 Text Font Color

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

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


#dbc942 Background Color

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

This div background color is #dbc942


#dbc942 Border Color

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

This div border color is #dbc942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc942


Comments

No comments written yet.

Please login to write comment.