#CDAA6F

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

Shades of Putty #CDAA6F

Tints of Putty #CDAA6F

Color information

#CDAA6F (or 0xCDAA6F) is unknown color: approx Putty. HEX triplet: CD, AA and 6F. RGB value is (205,170,111). Sum of RGB (Red+Green+Blue) = 205+170+111=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA6F is #325590. Grayscale: #AEAEAE. Windows color (decimal): -3298705 or 7318221. OLE color: 7318221.

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

Color convert

RGB205170111-
CMYK00.170.460.20
HSL37.66º48.45%61.96%-
HSV(B)37.66º45.85%80.39%-
XYZ42.4242.8821.08-
YUV173.7492.6150.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 111 (43.75% from 255) = 22.84%
R=42.18%
G=34.98%
B=22.84%

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
Decimal20517011100.170.460.2037.6648.4561.96
HexCDAA6F0112E1426303e
Octal3152521570215624466076
Binary1100110110101010110111101000110111010100100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA6F; }

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

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

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

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

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

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

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

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