Color Hex Logo

#dcbf0e Color Hex

#DCBF0E
(220,191,14)
0 Favorites   0 Comments

Color spaces of #dcbf0e

RGB 22019114
HSL0.140.880.46
HSV52°94°86°
CMYK 0.000.130.94   0.14
XYZ48.225352.50908.0090
Yxy52.50900.44350.4829
Hunter Lab72.4631-8.015944.1711
CIE-Lab77.5842-4.586077.5536

#dcbf0e color RGB value is (220,191,14).

#dcbf0e hex color red value is 220, green value is 191 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dcbf0e hue: 0.14 , saturation: 0.88 and the lightness value of dcbf0e is 0.46.

The process color (four color CMYK) of #dcbf0e color hex is 0.00, 0.13, 0.94, 0.14. Web safe color of #dcbf0e is #cccc00. Color #dcbf0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 00001110
Octal 334 277 16
Decimal 220 191 14
Hex DC BF E

RGB Percentages of Color #dcbf0e

%51.76
%44.94
%3.29

CMYK Percentages of Color #dcbf0e

%0
%13
%94
%14

Triadic Colors of #dcbf0e

#dcbf0e #0edcbf #bf0edc

Analogous Colors of #dcbf0e

#dcbf0e #92dc0e #dc580e

Monochromatic Colors of #dcbf0e

#dcbf0e

Complementary Color

#dcbf0e #0e2bdc

#dcbf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf0e Color CSS Codes

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

#dcbf0e Text Font Color

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

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


#dcbf0e Background Color

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

This div background color is #dcbf0e


#dcbf0e Border Color

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

This div border color is #dcbf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf0e


Comments

No comments written yet.

Please login to write comment.