#CDAE78

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

Shades of Putty #CDAE78

Tints of Putty #CDAE78

Color information

#CDAE78 (or 0xCDAE78) is unknown color: approx Putty. HEX triplet: CD, AE and 78. RGB value is (205,174,120). Sum of RGB (Red+Green+Blue) = 205+174+120=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE78 is #325187. Grayscale: #B1B1B1. Windows color (decimal): -3297672 or 7909069. OLE color: 7909069.

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

Color convert

RGB205174120-
CMYK00.150.410.20
HSL38.12º45.95%63.73%-
HSV(B)38.12º41.46%80.39%-
XYZ43.744.6124.08-
YUV177.1195.77147.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=41.08%
G=34.87%
B=24.05%

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
Decimal20517412000.150.410.2038.1245.9563.73
HexCDAE780F2914262e40
Octal31525617001751244656100
Binary1100110110101110111100001111101001101001001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE78; }

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

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

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

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

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

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

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

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