#CDAE74

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

Shades of Putty #CDAE74

Tints of Putty #CDAE74

Color information

#CDAE74 (or 0xCDAE74) is unknown color: approx Putty. HEX triplet: CD, AE and 74. RGB value is (205,174,116). Sum of RGB (Red+Green+Blue) = 205+174+116=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE74 is #32518B. Grayscale: #B0B0B0. Windows color (decimal): -3297676 or 7646925. OLE color: 7646925.

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

Color convert

RGB205174116-
CMYK00.150.430.20
HSL39.1º47.09%62.94%-
HSV(B)39.1º43.41%80.39%-
XYZ43.4744.5122.82-
YUV176.6693.77148.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=41.41%
G=35.15%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517411600.150.430.2039.147.0962.94
HexCDAE740F2B14272f3f
Octal3152561640175324475777
Binary110011011010111011101000111110101110100100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE74; }

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

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

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

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

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

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

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

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