#D7AE73

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

Shades of Putty #D7AE73

Tints of Putty #D7AE73

Color information

#D7AE73 (or 0xD7AE73) is unknown color: approx Putty. HEX triplet: D7, AE and 73. RGB value is (215,174,115). Sum of RGB (Red+Green+Blue) = 215+174+115=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE73 is #28518C. Grayscale: #B3B3B3. Windows color (decimal): -2642317 or 7581399. OLE color: 7581399.

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

Color convert

RGB215174115-
CMYK00.190.470.16
HSL35.4º55.56%64.71%-
HSV(B)35.4º46.51%84.31%-
XYZ46.2545.9622.65-
YUV179.5391.58153.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=42.66%
G=34.52%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517411500.190.470.1635.455.5664.71
HexD7AE730132F10233841
Octal32725616302357204370101
Binary11010111101011101110011010011101111100001000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE73; }

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

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

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

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

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

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

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

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