#CDA86C

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

Shades of Putty #CDA86C

Tints of Putty #CDA86C

Color information

#CDA86C (or 0xCDA86C) is unknown color: approx Putty. HEX triplet: CD, A8 and 6C. RGB value is (205,168,108). Sum of RGB (Red+Green+Blue) = 205+168+108=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA86C is #325793. Grayscale: #ACACAC. Windows color (decimal): -3299220 or 7121101. OLE color: 7121101.

HSL color Cylindrical-coordinate representation of color #CDA86C: hue angle of 37.11º 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 #CDA86C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205168108-
CMYK00.180.470.20
HSL37.11º49.24%61.37%-
HSV(B)37.11º47.32%80.39%-
XYZ41.8942.0720.1-
YUV172.2291.76151.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=42.62%
G=34.93%
B=22.45%

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
Decimal20516810800.180.470.2037.1149.2461.37
HexCDA86C0122F1425313d
Octal3152501540225724456175
Binary1100110110101000110110001001010111110100100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA86C; }

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

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

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

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

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

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

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

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