#D7AE75

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

Shades of Putty #D7AE75

Tints of Putty #D7AE75

Color information

#D7AE75 (or 0xD7AE75) is unknown color: approx Putty. HEX triplet: D7, AE and 75. RGB value is (215,174,117). Sum of RGB (Red+Green+Blue) = 215+174+117=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE75 is #28518A. Grayscale: #B4B4B4. Windows color (decimal): -2642315 or 7712471. OLE color: 7712471.

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

Color convert

RGB215174117-
CMYK00.190.460.16
HSL34.9º55.06%65.1%-
HSV(B)34.9º45.58%84.31%-
XYZ46.374623.27-
YUV179.7692.58153.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.49%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=42.49%
G=34.39%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517411700.190.460.1634.955.0665.1
HexD7AE750132E10233741
Octal32725616502356204367101
Binary11010111101011101110101010011101110100001000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE75; }

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

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

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

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

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

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

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

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