#CDAE77

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

Shades of Putty #CDAE77

Tints of Putty #CDAE77

Color information

#CDAE77 (or 0xCDAE77) is unknown color: approx Putty. HEX triplet: CD, AE and 77. RGB value is (205,174,119). Sum of RGB (Red+Green+Blue) = 205+174+119=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE77 is #325188. Grayscale: #B1B1B1. Windows color (decimal): -3297673 or 7843533. OLE color: 7843533.

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

Color convert

RGB205174119-
CMYK00.150.420.20
HSL38.37º46.24%63.53%-
HSV(B)38.37º41.95%80.39%-
XYZ43.6444.5823.76-
YUV17795.27147.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 119 (46.88% from 255) = 23.90%
R=41.16%
G=34.94%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517411900.150.420.2038.3746.2463.53
HexCDAE770F2A14262e40
Octal31525616701752244656100
Binary1100110110101110111011101111101010101001001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE77; }

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

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

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

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

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

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

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

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