Color Hex Logo

#cd992d Color Hex

#CD992D
(205,153,45)
0 Favorites   0 Comments

Color spaces of #cd992d

RGB 20515345
HSL0.110.640.49
HSV41°78°80°
CMYK 0.000.250.78   0.20
XYZ37.041735.95117.4696
Yxy35.95110.46040.4468
Hunter Lab59.95925.345334.5852
CIE-Lab66.48259.691560.3380

#cd992d color RGB value is (205,153,45).

#cd992d hex color red value is 205, green value is 153 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cd992d hue: 0.11 , saturation: 0.64 and the lightness value of cd992d is 0.49.

The process color (four color CMYK) of #cd992d color hex is 0.00, 0.25, 0.78, 0.20. Web safe color of #cd992d is #cc9933. Color #cd992d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 00101101
Octal 315 231 55
Decimal 205 153 45
Hex CD 99 2D

RGB Percentages of Color #cd992d

%50.87
%37.97
%11.17

CMYK Percentages of Color #cd992d

%0
%25
%78
%20

Triadic Colors of #cd992d

#cd992d #2dcd99 #992dcd

Analogous Colors of #cd992d

#cd992d #b1cd2d #cd492d

Monochromatic Colors of #cd992d

#cd992d

Complementary Color

#cd992d #2d61cd

#cd992d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd992d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd992d Color CSS Codes

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

#cd992d Text Font Color

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

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


#cd992d Background Color

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

This div background color is #cd992d


#cd992d Border Color

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

This div border color is #cd992d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd992d


Comments

No comments written yet.

Please login to write comment.