color codes Logo

#dcad43 color codes

#DCAD43
(220,173,67)
0 Favorites   0 Comments

Color spaces of #dcad43

RGB 22017367
HSL0.120.690.56
HSV42°70°86°
CMYK 0.000.210.70   0.14
XYZ45.471945.508011.6975
Yxy45.50800.44290.4432
Hunter Lab67.45962.265636.9408
CIE-Lab73.22516.464258.7597

#dcad43 color RGB value is (220,173,67).

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

The process color (four color CMYK) of #dcad43 color code is 0.00, 0.21, 0.70, 0.14. Web safe color of #dcad43 is #cc9933. Color #dcad43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01000011
Octal 334 255 103
Decimal 220 173 67
Hex DC AD 43

RGB Percentages of Color #dcad43

%47.83
%37.61
%14.57

CMYK Percentages of Color #dcad43

%0
%21
%70
%14

Triadic Colors of #dcad43

#dcad43 #43dcad #ad43dc

Analogous Colors of #dcad43

#dcad43 #bfdc43 #dc6143

Monochromatic Colors of #dcad43

#dcad43

Complementary Color

#dcad43 #4372dc

#dcad43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad43 Color CSS Codes

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

#dcad43 Text Font Color

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

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


#dcad43 Background Color

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

This div background color is #dcad43


#dcad43 Border Color

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

This div border color is #dcad43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad43


Comments

No comments written yet.

Please login to write comment.