Color Hex Logo

#dbc33c Color Hex

#DBC33C
(219,195,60)
0 Favorites   0 Comments

Color spaces of #dbc33c

RGB 21919560
HSL0.140.690.55
HSV51°73°86°
CMYK 0.000.110.73   0.14
XYZ49.544154.416512.1671
Yxy54.41650.42660.4686
Hunter Lab73.7675-9.208241.8581
CIE-Lab78.7040-5.810066.9503

#dbc33c color RGB value is (219,195,60).

#dbc33c hex color red value is 219, green value is 195 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dbc33c hue: 0.14 , saturation: 0.69 and the lightness value of dbc33c is 0.55.

The process color (four color CMYK) of #dbc33c color hex is 0.00, 0.11, 0.73, 0.14. Web safe color of #dbc33c is #cccc33. Color #dbc33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00111100
Octal 333 303 74
Decimal 219 195 60
Hex DB C3 3C

RGB Percentages of Color #dbc33c

%46.20
%41.14
%12.66

CMYK Percentages of Color #dbc33c

%0
%11
%73
%14

Triadic Colors of #dbc33c

#dbc33c #3cdbc3 #c33cdb

Analogous Colors of #dbc33c

#dbc33c #a4db3c #db743c

Monochromatic Colors of #dbc33c

#dbc33c

Complementary Color

#dbc33c #3c54db

#dbc33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc33c Color CSS Codes

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

#dbc33c Text Font Color

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

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


#dbc33c Background Color

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

This div background color is #dbc33c


#dbc33c Border Color

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

This div border color is #dbc33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc33c


Comments

No comments written yet.

Please login to write comment.