Color Hex Logo

#dbc23c Color Hex

#DBC23C
(219,194,60)
0 Favorites   0 Comments

Color spaces of #dbc23c

RGB 21919460
HSL0.140.690.55
HSV51°73°86°
CMYK 0.000.110.73   0.14
XYZ49.320853.969912.0927
Yxy53.96990.42750.4677
Hunter Lab73.4642-8.724941.6654
CIE-Lab78.4442-5.295666.6992

#dbc23c color RGB value is (219,194,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00111100
Octal 333 302 74
Decimal 219 194 60
Hex DB C2 3C

RGB Percentages of Color #dbc23c

%46.30
%41.01
%12.68

CMYK Percentages of Color #dbc23c

%0
%11
%73
%14

Triadic Colors of #dbc23c

#dbc23c #3cdbc2 #c23cdb

Analogous Colors of #dbc23c

#dbc23c #a5db3c #db733c

Monochromatic Colors of #dbc23c

#dbc23c

Complementary Color

#dbc23c #3c55db

#dbc23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc23c Color CSS Codes

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

#dbc23c Text Font Color

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

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


#dbc23c Background Color

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

This div background color is #dbc23c


#dbc23c Border Color

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

This div border color is #dbc23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc23c


Comments

No comments written yet.

Please login to write comment.