#CDA96C

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

Shades of Putty #CDA96C

Tints of Putty #CDA96C

Color information

#CDA96C (or 0xCDA96C) is unknown color: approx Putty. HEX triplet: CD, A9 and 6C. RGB value is (205,169,108). Sum of RGB (Red+Green+Blue) = 205+169+108=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96C is #325693. Grayscale: #ADADAD. Windows color (decimal): -3298964 or 7121357. OLE color: 7121357.

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

Color convert

RGB205169108-
CMYK00.180.470.20
HSL37.73º49.24%61.37%-
HSV(B)37.73º47.32%80.39%-
XYZ42.0742.4420.16-
YUV172.8191.43150.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=42.53%
G=35.06%
B=22.41%

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
Decimal20516910800.180.470.2037.7349.2461.37
HexCDA96C0122F1426313d
Octal3152511540225724466175
Binary1100110110101001110110001001010111110100100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA96C; }

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

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

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

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

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

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

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

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