Color Hex Logo

#dbc20c Color Hex

#DBC20C
(219,194,12)
0 Favorites   0 Comments

Color spaces of #dbc20c

RGB 21919412
HSL0.150.900.45
HSV53°95°86°
CMYK 0.000.110.95   0.14
XYZ48.571653.67028.1472
Yxy53.67020.44000.4862
Hunter Lab73.2599-9.858844.6884
CIE-Lab78.2690-6.585578.2551

#dbc20c color RGB value is (219,194,12).

#dbc20c hex color red value is 219, green value is 194 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dbc20c hue: 0.15 , saturation: 0.90 and the lightness value of dbc20c is 0.45.

The process color (four color CMYK) of #dbc20c color hex is 0.00, 0.11, 0.95, 0.14. Web safe color of #dbc20c is #cccc00. Color #dbc20c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00001100
Octal 333 302 14
Decimal 219 194 12
Hex DB C2 C

RGB Percentages of Color #dbc20c

%51.53
%45.65
%2.82

CMYK Percentages of Color #dbc20c

%0
%11
%95
%14

Triadic Colors of #dbc20c

#dbc20c #0cdbc2 #c20cdb

Analogous Colors of #dbc20c

#dbc20c #8ddb0c #db5b0c

Monochromatic Colors of #dbc20c

#dbc20c

Complementary Color

#dbc20c #0c25db

#dbc20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc20c Color CSS Codes

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

#dbc20c Text Font Color

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

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


#dbc20c Background Color

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

This div background color is #dbc20c


#dbc20c Border Color

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

This div border color is #dbc20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc20c


Comments

No comments written yet.

Please login to write comment.