Color Hex Logo

#dbc11c Color Hex

#DBC11C
(219,193,28)
0 Favorites   0 Comments

Color spaces of #dbc11c

RGB 21919328
HSL0.140.770.48
HSV52°87°86°
CMYK 0.000.120.87   0.14
XYZ48.493053.28388.8276
Yxy53.28380.43840.4818
Hunter Lab72.9958-9.160343.9269
CIE-Lab78.0423-5.823875.5804

#dbc11c color RGB value is (219,193,28).

#dbc11c hex color red value is 219, green value is 193 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dbc11c hue: 0.14 , saturation: 0.77 and the lightness value of dbc11c is 0.48.

The process color (four color CMYK) of #dbc11c color hex is 0.00, 0.12, 0.87, 0.14. Web safe color of #dbc11c is #cccc33. Color #dbc11c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00011100
Octal 333 301 34
Decimal 219 193 28
Hex DB C1 1C

RGB Percentages of Color #dbc11c

%49.77
%43.86
%6.36

CMYK Percentages of Color #dbc11c

%0
%12
%87
%14

Triadic Colors of #dbc11c

#dbc11c #1cdbc1 #c11cdb

Analogous Colors of #dbc11c

#dbc11c #96db1c #db611c

Monochromatic Colors of #dbc11c

#dbc11c

Complementary Color

#dbc11c #1c36db

#dbc11c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc11c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc11c Color CSS Codes

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

#dbc11c Text Font Color

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

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


#dbc11c Background Color

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

This div background color is #dbc11c


#dbc11c Border Color

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

This div border color is #dbc11c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc11c


Comments

No comments written yet.

Please login to write comment.