Color Hex Logo

#dcc306 Color Hex

#DCC306
(220,195,6)
0 Favorites   0 Comments

Color spaces of #dcc306

RGB 2201956
HSL0.150.950.44
HSV53°97°86°
CMYK 0.000.110.97   0.14
XYZ49.063254.25908.0594
Yxy54.25900.44050.4871
Hunter Lab73.6607-10.012745.0754
CIE-Lab78.6125-6.722079.1511

#dcc306 color RGB value is (220,195,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00000110
Octal 334 303 6
Decimal 220 195 6
Hex DC C3 6

RGB Percentages of Color #dcc306

%52.26
%46.32
%1.43

CMYK Percentages of Color #dcc306

%0
%11
%97
%14

Triadic Colors of #dcc306

#dcc306 #06dcc3 #c306dc

Analogous Colors of #dcc306

#dcc306 #8adc06 #dc5806

Monochromatic Colors of #dcc306

#dcc306

Complementary Color

#dcc306 #061fdc

#dcc306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc306 Color CSS Codes

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

#dcc306 Text Font Color

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

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


#dcc306 Background Color

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

This div background color is #dcc306


#dcc306 Border Color

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

This div border color is #dcc306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc306


Comments

No comments written yet.

Please login to write comment.