#CDAA6E

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

Shades of Putty #CDAA6E

Tints of Putty #CDAA6E

Color information

#CDAA6E (or 0xCDAA6E) is unknown color: approx Putty. HEX triplet: CD, AA and 6E. RGB value is (205,170,110). Sum of RGB (Red+Green+Blue) = 205+170+110=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA6E is #325591. Grayscale: #ADADAD. Windows color (decimal): -3298706 or 7252685. OLE color: 7252685.

HSL color Cylindrical-coordinate representation of color #CDAA6E: hue angle of 37.89º degrees, saturation: 0.49, 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 #CDAA6E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205170110-
CMYK00.170.460.20
HSL37.89º48.72%61.76%-
HSV(B)37.89º46.34%80.39%-
XYZ42.3742.8520.79-
YUV173.6292.1150.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=42.27%
G=35.05%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517011000.170.460.2037.8948.7261.76
HexCDAA6E0112E1426313e
Octal3152521560215624466176
Binary1100110110101010110111001000110111010100100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA6E; }

 p { color: rgb(205,170,110); }

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

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

 a { background-color: rgb(205,170,110); }

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

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

 span { border-color: rgb(205,170,110); }

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