#D6AE75

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

Shades of Putty #D6AE75

Tints of Putty #D6AE75

Color information

#D6AE75 (or 0xD6AE75) is unknown color: approx Putty. HEX triplet: D6, AE and 75. RGB value is (214,174,117). Sum of RGB (Red+Green+Blue) = 214+174+117=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE75 is #29518A. Grayscale: #B3B3B3. Windows color (decimal): -2707851 or 7712470. OLE color: 7712470.

HSL color Cylindrical-coordinate representation of color #D6AE75: hue angle of 35.26º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6AE75 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214174117-
CMYK00.190.450.16
HSL35.26º54.19%64.9%-
HSV(B)35.26º45.33%83.92%-
XYZ46.0845.8523.25-
YUV179.4692.75152.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=42.38%
G=34.46%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417411700.190.450.1635.2654.1964.9
HexD6AE750132D10233641
Octal32625616502355204366101
Binary11010110101011101110101010011101101100001000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE75; }

 p { color: rgb(214,174,117); }

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

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

 a { background-color: rgb(214,174,117); }

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

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

 span { border-color: rgb(214,174,117); }

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