Color Hex Logo

#dcba06 Color Hex

#DCBA06
(220,186,6)
0 Favorites   0 Comments

Color spaces of #dcba06

RGB 2201866
HSL0.140.950.44
HSV50°97°86°
CMYK 0.000.150.97   0.14
XYZ47.107050.34667.4074
Yxy50.34660.44920.4801
Hunter Lab70.9553-5.666343.4791
CIE-Lab76.2815-2.077677.4606

#dcba06 color RGB value is (220,186,6).

#dcba06 hex color red value is 220, green value is 186 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dcba06 hue: 0.14 , saturation: 0.95 and the lightness value of dcba06 is 0.44.

The process color (four color CMYK) of #dcba06 color hex is 0.00, 0.15, 0.97, 0.14. Web safe color of #dcba06 is #cccc00. Color #dcba06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 00000110
Octal 334 272 6
Decimal 220 186 6
Hex DC BA 6

RGB Percentages of Color #dcba06

%53.40
%45.15
%1.46

CMYK Percentages of Color #dcba06

%0
%15
%97
%14

Triadic Colors of #dcba06

#dcba06 #06dcba #ba06dc

Analogous Colors of #dcba06

#dcba06 #93dc06 #dc4f06

Monochromatic Colors of #dcba06

#dcba06

Complementary Color

#dcba06 #0628dc

#dcba06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba06 Color CSS Codes

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

#dcba06 Text Font Color

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

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


#dcba06 Background Color

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

This div background color is #dcba06


#dcba06 Border Color

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

This div border color is #dcba06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba06


Comments

No comments written yet.

Please login to write comment.