#CDA86F

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

Shades of Putty #CDA86F

Tints of Putty #CDA86F

Color information

#CDA86F (or 0xCDA86F) is unknown color: approx Putty. HEX triplet: CD, A8 and 6F. RGB value is (205,168,111). Sum of RGB (Red+Green+Blue) = 205+168+111=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA86F is #325790. Grayscale: #ACACAC. Windows color (decimal): -3299217 or 7317709. OLE color: 7317709.

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

Color convert

RGB205168111-
CMYK00.180.460.20
HSL36.38º48.45%61.96%-
HSV(B)36.38º45.85%80.39%-
XYZ42.0542.1320.96-
YUV172.5693.26151.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=42.36%
G=34.71%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516811100.180.460.2036.3848.4561.96
HexCDA86F0122E1424303e
Octal3152501570225624446076
Binary1100110110101000110111101001010111010100100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA86F; }

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

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

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

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

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

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

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

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