#CDA96D

Color #CDA96D Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CDA96D

Tints of Putty #CDA96D

Color information

#CDA96D (or 0xCDA96D) is unknown color: approx Putty. HEX triplet: CD, A9 and 6D. RGB value is (205,169,109). Sum of RGB (Red+Green+Blue) = 205+169+109=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96D is #325692. Grayscale: #ADADAD. Windows color (decimal): -3298963 or 7186893. OLE color: 7186893.

HSL color Cylindrical-coordinate representation of color #CDA96D: hue angle of 37.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDA96D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205169109-
CMYK00.180.470.20
HSL37.5º48.98%61.57%-
HSV(B)37.5º46.83%80.39%-
XYZ42.1342.4620.44-
YUV172.9291.93150.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=42.44%
G=34.99%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516910900.180.470.2037.548.9861.57
HexCDA96D0122F1426313e
Octal3152511550225724466176
Binary1100110110101001110110101001010111110100100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA96D; }

 p { color: rgb(205,169,109); }

 H1.HeaderClassName
 {
   color: #CDA96D;
 }
 .AnyTagClassName
 {
   color: #CDA96D;
 }
</style>
background-color css

<style>
 a { background-color: #CDA96D; }

 a { background-color: rgb(205,169,109); }

 div.DivClassName
 {
   background-color: #CDA96D;
 }
 .BgClassName
 {
   background-color: #CDA96D;
 }
</style>
border-color css

<style>
 span { border-color: #CDA96D; }

 span { border-color: rgb(205,169,109); }

 td.TdClassName
 {
   border-color: #CDA96D;
 }
 .TagClassName
 {
   border-color: #CDA96D;
 }
</style>