Color Hex Logo

#dcb91a Color Hex

#DCB91A
(220,185,26)
0 Favorites   0 Comments

Color spaces of #dcb91a

RGB 22018526
HSL0.140.790.48
HSV49°88°86°
CMYK 0.000.160.88   0.14
XYZ47.050649.98818.1461
Yxy49.98810.44730.4752
Hunter Lab70.7023-4.941642.6604
CIE-Lab76.0620-1.289274.4536

#dcb91a color RGB value is (220,185,26).

#dcb91a hex color red value is 220, green value is 185 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dcb91a hue: 0.14 , saturation: 0.79 and the lightness value of dcb91a is 0.48.

The process color (four color CMYK) of #dcb91a color hex is 0.00, 0.16, 0.88, 0.14. Web safe color of #dcb91a is #cccc33. Color #dcb91a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00011010
Octal 334 271 32
Decimal 220 185 26
Hex DC B9 1A

RGB Percentages of Color #dcb91a

%51.04
%42.92
%6.03

CMYK Percentages of Color #dcb91a

%0
%16
%88
%14

Triadic Colors of #dcb91a

#dcb91a #1adcb9 #b91adc

Analogous Colors of #dcb91a

#dcb91a #9edc1a #dc581a

Monochromatic Colors of #dcb91a

#dcb91a

Complementary Color

#dcb91a #1a3ddc

#dcb91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb91a Color CSS Codes

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

#dcb91a Text Font Color

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

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


#dcb91a Background Color

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

This div background color is #dcb91a


#dcb91a Border Color

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

This div border color is #dcb91a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,185,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb91a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb91a;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb91a;
  box-shadow:         1px 1px 3px 2px #dcb91a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,185,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb91a


Comments

No comments written yet.

Please login to write comment.