#CDAA71

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

Shades of Putty #CDAA71

Tints of Putty #CDAA71

Color information

#CDAA71 (or 0xCDAA71) is unknown color: approx Putty. HEX triplet: CD, AA and 71. RGB value is (205,170,113). Sum of RGB (Red+Green+Blue) = 205+170+113=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA71 is #32558E. Grayscale: #AEAEAE. Windows color (decimal): -3298703 or 7449293. OLE color: 7449293.

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

Color convert

RGB205170113-
CMYK00.170.450.20
HSL37.17º47.92%62.35%-
HSV(B)37.17º44.88%80.39%-
XYZ42.5342.9221.67-
YUV173.9793.6150.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=42.01%
G=34.84%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517011300.170.450.2037.1747.9262.35
HexCDAA710112D1425303e
Octal3152521610215524456076
Binary1100110110101010111000101000110110110100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA71; }

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

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

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

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

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

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

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

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