#CDAA69

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

Shades of Putty #CDAA69

Tints of Putty #CDAA69

Color information

#CDAA69 (or 0xCDAA69) is unknown color: approx Putty. HEX triplet: CD, AA and 69. RGB value is (205,170,105). Sum of RGB (Red+Green+Blue) = 205+170+105=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA69 is #325596. Grayscale: #ADADAD. Windows color (decimal): -3298711 or 6925005. OLE color: 6925005.

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

Color convert

RGB205170105-
CMYK00.170.490.20
HSL39º50%60.78%-
HSV(B)39º48.78%80.39%-
XYZ42.142.7519.4-
YUV173.0589.6150.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=42.71%
G=35.42%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517010500.170.490.20395060.78
HexCDAA69011311427323d
Octal3152521510216124476275
Binary1100110110101010110100101000111000110100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA69; }

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

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

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

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

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

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

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

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