Color Hex Logo

#cd8821 Color Hex

#CD8821
(205,136,33)
0 Favorites   0 Comments

Color spaces of #cd8821

RGB 20513633
HSL0.100.720.47
HSV36°84°80°
CMYK 0.000.340.84   0.20
XYZ34.255530.69735.5585
Yxy30.69730.48580.4354
Hunter Lab55.405113.402732.8354
CIE-Lab62.251318.533060.7231

#cd8821 color RGB value is (205,136,33).

#cd8821 hex color red value is 205, green value is 136 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cd8821 hue: 0.10 , saturation: 0.72 and the lightness value of cd8821 is 0.47.

The process color (four color CMYK) of #cd8821 color hex is 0.00, 0.34, 0.84, 0.20. Web safe color of #cd8821 is #cc9933. Color #cd8821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 00100001
Octal 315 210 41
Decimal 205 136 33
Hex CD 88 21

RGB Percentages of Color #cd8821

%54.81
%36.36
%8.82

CMYK Percentages of Color #cd8821

%0
%34
%84
%20

Triadic Colors of #cd8821

#cd8821 #21cd88 #8821cd

Analogous Colors of #cd8821

#cd8821 #bccd21 #cd3221

Monochromatic Colors of #cd8821

#cd8821

Complementary Color

#cd8821 #2166cd

#cd8821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8821 Color CSS Codes

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

#cd8821 Text Font Color

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

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


#cd8821 Background Color

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

This div background color is #cd8821


#cd8821 Border Color

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

This div border color is #cd8821


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,136,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd8821; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd8821;
  -webkit-box-shadow: 1px 1px 3px 2px #cd8821;
  box-shadow:         1px 1px 3px 2px #cd8821; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,136,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8821


Comments

No comments written yet.

Please login to write comment.