#CDAA68

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

Shades of Putty #CDAA68

Tints of Putty #CDAA68

Color information

#CDAA68 (or 0xCDAA68) is unknown color: approx Putty. HEX triplet: CD, AA and 68. RGB value is (205,170,104). Sum of RGB (Red+Green+Blue) = 205+170+104=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA68 is #325597. Grayscale: #ADADAD. Windows color (decimal): -3298712 or 6859469. OLE color: 6859469.

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

Color convert

RGB205170104-
CMYK00.170.490.20
HSL39.21º50.25%60.59%-
HSV(B)39.21º49.27%80.39%-
XYZ42.0542.7319.13-
YUV172.9489.1150.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=42.80%
G=35.49%
B=21.71%

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
Decimal20517010400.170.490.2039.2150.2560.59
HexCDAA68011311427323d
Octal3152521500216124476275
Binary1100110110101010110100001000111000110100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA68; }

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

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

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

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

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

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

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

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