Color Hex Logo

#cd964d Color Hex

#CD964D
(205,150,77)
0 Favorites   0 Comments

Color spaces of #cd964d

RGB 20515077
HSL0.100.560.55
HSV34°62°80°
CMYK 0.000.270.62   0.20
XYZ37.422735.327711.8677
Yxy35.32770.44230.4175
Hunter Lab59.43718.371929.7676
CIE-Lab66.003013.006445.8488

#cd964d color RGB value is (205,150,77).

#cd964d hex color red value is 205, green value is 150 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cd964d hue: 0.10 , saturation: 0.56 and the lightness value of cd964d is 0.55.

The process color (four color CMYK) of #cd964d color hex is 0.00, 0.27, 0.62, 0.20. Web safe color of #cd964d is #cc9966. Color #cd964d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 01001101
Octal 315 226 115
Decimal 205 150 77
Hex CD 96 4D

RGB Percentages of Color #cd964d

%47.45
%34.72
%17.82

CMYK Percentages of Color #cd964d

%0
%27
%62
%20

Triadic Colors of #cd964d

#cd964d #4dcd96 #964dcd

Analogous Colors of #cd964d

#cd964d #c4cd4d #cd564d

Monochromatic Colors of #cd964d

#cd964d

Complementary Color

#cd964d #4d84cd

#cd964d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd964d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd964d Color CSS Codes

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

#cd964d Text Font Color

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

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


#cd964d Background Color

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

This div background color is #cd964d


#cd964d Border Color

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

This div border color is #cd964d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd964d


Comments

No comments written yet.

Please login to write comment.