#CDAA66

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

Shades of Putty #CDAA66

Tints of Putty #CDAA66

Color information

#CDAA66 (or 0xCDAA66) is unknown color: approx Putty. HEX triplet: CD, AA and 66. RGB value is (205,170,102). Sum of RGB (Red+Green+Blue) = 205+170+102=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA66 is #325599. Grayscale: #ADADAD. Windows color (decimal): -3298714 or 6728397. OLE color: 6728397.

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

Color convert

RGB205170102-
CMYK00.170.500.20
HSL39.61º50.74%60.2%-
HSV(B)39.61º50.24%80.39%-
XYZ41.9542.6918.6-
YUV172.7188.1151.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=42.98%
G=35.64%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517010200.170.500.2039.6150.7460.2
HexCDAA66011321428333c
Octal3152521460216224506374
Binary1100110110101010110011001000111001010100101000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA66; }

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

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

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

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

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

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

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

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