#D7AE6D

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

Shades of Putty #D7AE6D

Tints of Putty #D7AE6D

Color information

#D7AE6D (or 0xD7AE6D) is unknown color: approx Putty. HEX triplet: D7, AE and 6D. RGB value is (215,174,109). Sum of RGB (Red+Green+Blue) = 215+174+109=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE6D is #285192. Grayscale: #B3B3B3. Windows color (decimal): -2642323 or 7188183. OLE color: 7188183.

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

Color convert

RGB215174109-
CMYK00.190.490.16
HSL36.79º56.99%63.53%-
HSV(B)36.79º49.3%84.31%-
XYZ45.9245.8220.89-
YUV178.8588.58153.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.17%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 109 (42.97% from 255) = 21.89%
R=43.17%
G=34.94%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517410900.190.490.1636.7956.9963.53
HexD7AE6D0133110253940
Octal32725615502361204571100
Binary11010111101011101101101010011110001100001001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE6D; }

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

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

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

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

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

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

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

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