Color Hex Logo

#dccc38 Color Hex

#DCCC38
(220,204,56)
0 Favorites   0 Comments

Color spaces of #dccc38

RGB 22020456
HSL0.150.700.54
HSV54°75°86°
CMYK 0.000.070.75   0.14
XYZ51.821958.686912.3378
Yxy58.68690.42180.4777
Hunter Lab76.6074-13.314644.0764
CIE-Lab81.1192-10.145870.6661

#dccc38 color RGB value is (220,204,56).

#dccc38 hex color red value is 220, green value is 204 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dccc38 hue: 0.15 , saturation: 0.70 and the lightness value of dccc38 is 0.54.

The process color (four color CMYK) of #dccc38 color hex is 0.00, 0.07, 0.75, 0.14. Web safe color of #dccc38 is #cccc33. Color #dccc38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00111000
Octal 334 314 70
Decimal 220 204 56
Hex DC CC 38

RGB Percentages of Color #dccc38

%45.83
%42.50
%11.67

CMYK Percentages of Color #dccc38

%0
%7
%75
%14

Triadic Colors of #dccc38

#dccc38 #38dccc #cc38dc

Analogous Colors of #dccc38

#dccc38 #9adc38 #dc7a38

Monochromatic Colors of #dccc38

#dccc38

Complementary Color

#dccc38 #3848dc

#dccc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc38 Color CSS Codes

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

#dccc38 Text Font Color

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

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


#dccc38 Background Color

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

This div background color is #dccc38


#dccc38 Border Color

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

This div border color is #dccc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc38


Comments

No comments written yet.

Please login to write comment.