#CDAA6B

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

Shades of Putty #CDAA6B

Tints of Putty #CDAA6B

Color information

#CDAA6B (or 0xCDAA6B) is unknown color: approx Putty. HEX triplet: CD, AA and 6B. RGB value is (205,170,107). Sum of RGB (Red+Green+Blue) = 205+170+107=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA6B is #325594. Grayscale: #ADADAD. Windows color (decimal): -3298709 or 7056077. OLE color: 7056077.

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

Color convert

RGB205170107-
CMYK00.170.480.20
HSL38.57º49.49%61.18%-
HSV(B)38.57º47.8%80.39%-
XYZ42.2142.7919.94-
YUV173.2890.6150.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=42.53%
G=35.27%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517010700.170.480.2038.5749.4961.18
HexCDAA6B011301427313d
Octal3152521530216024476175
Binary1100110110101010110101101000111000010100100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA6B; }

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

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

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

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

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

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

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

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