#CDAE79

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

Shades of Putty #CDAE79

Tints of Putty #CDAE79

Color information

#CDAE79 (or 0xCDAE79) is unknown color: approx Putty. HEX triplet: CD, AE and 79. RGB value is (205,174,121). Sum of RGB (Red+Green+Blue) = 205+174+121=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE79 is #325186. Grayscale: #B1B1B1. Windows color (decimal): -3297671 or 7974605. OLE color: 7974605.

HSL color Cylindrical-coordinate representation of color #CDAE79: hue angle of 37.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDAE79 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205174121-
CMYK00.150.410.20
HSL37.86º45.65%63.92%-
HSV(B)37.86º40.98%80.39%-
XYZ43.7644.6324.4-
YUV177.2396.27147.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=41%
G=34.8%
B=24.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517412100.150.410.2037.8645.6563.92
HexCDAE790F2914262e40
Octal31525617101751244656100
Binary1100110110101110111100101111101001101001001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE79; }

 p { color: rgb(205,174,121); }

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

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

 a { background-color: rgb(205,174,121); }

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

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

 span { border-color: rgb(205,174,121); }

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