Color Hex Logo

#dbc30c Color Hex

#DBC30C
(219,195,12)
0 Favorites   0 Comments

Color spaces of #dbc30c

RGB 21919512
HSL0.150.900.45
HSV53°95°86°
CMYK 0.000.110.95   0.14
XYZ48.794954.11688.2217
Yxy54.11680.43910.4870
Hunter Lab73.5641-10.338644.8685
CIE-Lab78.5298-7.097878.4486

#dbc30c color RGB value is (219,195,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00001100
Octal 333 303 14
Decimal 219 195 12
Hex DB C3 C

RGB Percentages of Color #dbc30c

%51.41
%45.77
%2.82

CMYK Percentages of Color #dbc30c

%0
%11
%95
%14

Triadic Colors of #dbc30c

#dbc30c #0cdbc3 #c30cdb

Analogous Colors of #dbc30c

#dbc30c #8cdb0c #db5c0c

Monochromatic Colors of #dbc30c

#dbc30c

Complementary Color

#dbc30c #0c24db

#dbc30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc30c Color CSS Codes

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

#dbc30c Text Font Color

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

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


#dbc30c Background Color

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

This div background color is #dbc30c


#dbc30c Border Color

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

This div border color is #dbc30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc30c


Comments

No comments written yet.

Please login to write comment.