#D8AE75

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

Shades of Putty #D8AE75

Tints of Putty #D8AE75

Color information

#D8AE75 (or 0xD8AE75) is unknown color: approx Putty. HEX triplet: D8, AE and 75. RGB value is (216,174,117). Sum of RGB (Red+Green+Blue) = 216+174+117=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE75 is #27518A. Grayscale: #B4B4B4. Windows color (decimal): -2576779 or 7712472. OLE color: 7712472.

HSL color Cylindrical-coordinate representation of color #D8AE75: hue angle of 34.55º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8AE75 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB216174117-
CMYK00.190.460.15
HSL34.55º55.93%65.29%-
HSV(B)34.55º45.83%84.71%-
XYZ46.6746.1623.28-
YUV180.0692.41153.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=42.60%
G=34.32%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617411700.190.460.1534.5555.9365.29
HexD8AE750132EF233841
Octal33025616502356174370101
Binary1101100010101110111010101001110111011111000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE75; }

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

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

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

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

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

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

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

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