#CDAE70

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

Shades of Putty #CDAE70

Tints of Putty #CDAE70

Color information

#CDAE70 (or 0xCDAE70) is unknown color: approx Putty. HEX triplet: CD, AE and 70. RGB value is (205,174,112). Sum of RGB (Red+Green+Blue) = 205+174+112=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE70 is #32518F. Grayscale: #B0B0B0. Windows color (decimal): -3297680 or 7384781. OLE color: 7384781.

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

Color convert

RGB205174112-
CMYK00.150.450.20
HSL40º48.19%62.16%-
HSV(B)40º45.37%80.39%-
XYZ43.2444.4221.62-
YUV176.291.77148.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=41.75%
G=35.44%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517411200.150.450.204048.1962.16
HexCDAE700F2D1428303e
Octal3152561600175524506076
Binary110011011010111011100000111110110110100101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE70; }

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

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

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

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

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

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

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

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