#D0AE75

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

Shades of Putty #D0AE75

Tints of Putty #D0AE75

Color information

#D0AE75 (or 0xD0AE75) is unknown color: approx Putty. HEX triplet: D0, AE and 75. RGB value is (208,174,117). Sum of RGB (Red+Green+Blue) = 208+174+117=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE75 is #2F518A. Grayscale: #B1B1B1. Windows color (decimal): -3101067 or 7712464. OLE color: 7712464.

HSL color Cylindrical-coordinate representation of color #D0AE75: hue angle of 37.58º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0AE75 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208174117-
CMYK00.160.440.18
HSL37.58º49.19%63.73%-
HSV(B)37.58º43.75%81.57%-
XYZ44.3644.9723.17-
YUV177.6793.76149.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=41.68%
G=34.87%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817411700.160.440.1837.5849.1963.73
HexD0AE750102C12263140
Octal32025616502054224661100
Binary11010000101011101110101010000101100100101001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE75; }

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

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

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

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

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

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

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

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