Color Hex Logo

#dccb40 Color Hex

#DCCB40
(220,203,64)
0 Favorites   0 Comments

Color spaces of #dccb40

RGB 22020364
HSL0.150.690.56
HSV53°71°86°
CMYK 0.000.080.71   0.14
XYZ51.796558.297713.3731
Yxy58.29770.41950.4722
Hunter Lab76.3529-12.526343.0625
CIE-Lab80.9040-9.285167.6604

#dccb40 color RGB value is (220,203,64).

#dccb40 hex color red value is 220, green value is 203 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dccb40 hue: 0.15 , saturation: 0.69 and the lightness value of dccb40 is 0.56.

The process color (four color CMYK) of #dccb40 color hex is 0.00, 0.08, 0.71, 0.14. Web safe color of #dccb40 is #cccc33. Color #dccb40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01000000
Octal 334 313 100
Decimal 220 203 64
Hex DC CB 40

RGB Percentages of Color #dccb40

%45.17
%41.68
%13.14

CMYK Percentages of Color #dccb40

%0
%8
%71
%14

Triadic Colors of #dccb40

#dccb40 #40dccb #cb40dc

Analogous Colors of #dccb40

#dccb40 #9fdc40 #dc7d40

Monochromatic Colors of #dccb40

#dccb40

Complementary Color

#dccb40 #4051dc

#dccb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb40 Color CSS Codes

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

#dccb40 Text Font Color

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

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


#dccb40 Background Color

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

This div background color is #dccb40


#dccb40 Border Color

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

This div border color is #dccb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb40


Comments

No comments written yet.

Please login to write comment.