#CDAE66

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

Shades of Putty #CDAE66

Tints of Putty #CDAE66

Color information

#CDAE66 (or 0xCDAE66) is unknown color: approx Putty. HEX triplet: CD, AE and 66. RGB value is (205,174,102). Sum of RGB (Red+Green+Blue) = 205+174+102=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE66 is #325199. Grayscale: #AFAFAF. Windows color (decimal): -3297690 or 6729421. OLE color: 6729421.

HSL color Cylindrical-coordinate representation of color #CDAE66: hue angle of 41.94º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDAE66 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205174102-
CMYK00.150.500.20
HSL41.94º50.74%60.2%-
HSV(B)41.94º50.24%80.39%-
XYZ42.7144.2118.85-
YUV175.0686.77149.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=42.62%
G=36.17%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517410200.150.500.2041.9450.7460.2
HexCDAE660F32142a333c
Octal3152561460176224526374
Binary110011011010111011001100111111001010100101010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE66; }

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

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

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

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

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

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

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

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