Color Hex Logo

#cd963d Color Hex

#CD963D
(205,150,61)
0 Favorites   0 Comments

Color spaces of #cd963d

RGB 20515061
HSL0.100.590.52
HSV37°70°80°
CMYK 0.000.270.70   0.20
XYZ36.925535.12889.2492
Yxy35.12880.45420.4321
Hunter Lab59.26967.485532.2363
CIE-Lab65.848812.040753.2006

#cd963d color RGB value is (205,150,61).

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

The process color (four color CMYK) of #cd963d color hex is 0.00, 0.27, 0.70, 0.20. Web safe color of #cd963d is #cc9933. Color #cd963d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 00111101
Octal 315 226 75
Decimal 205 150 61
Hex CD 96 3D

RGB Percentages of Color #cd963d

%49.28
%36.06
%14.66

CMYK Percentages of Color #cd963d

%0
%27
%70
%20

Triadic Colors of #cd963d

#cd963d #3dcd96 #963dcd

Analogous Colors of #cd963d

#cd963d #bccd3d #cd4e3d

Monochromatic Colors of #cd963d

#cd963d

Complementary Color

#cd963d #3d74cd

#cd963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd963d Color CSS Codes

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

#cd963d Text Font Color

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

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


#cd963d Background Color

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

This div background color is #cd963d


#cd963d Border Color

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

This div border color is #cd963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd963d


Comments

No comments written yet.

Please login to write comment.