#d9ae72

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

Shades of Putty #D9AE72

Tints of Putty #D9AE72

Color information

#D9AE72 (or 0xD9AE72) is unknown color: approx Putty. HEX triplet: D9, AE and 72. RGB value is (217,174,114). Sum of RGB (Red+Green+Blue) = 217+174+114=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE72 is #26518D. Grayscale: #B4B4B4. Windows color (decimal): -2511246 or 7515865. OLE color: 7515865.

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

Color convert

RGB217174114-
CMYK00.200.470.15
HSL34.95º57.54%64.9%-
HSV(B)34.95º47.47%85.1%-
XYZ46.7946.2422.38-
YUV180.0290.75154.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.97%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 114 (44.92% from 255) = 22.57%
R=42.97%
G=34.46%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717411400.200.470.1534.9557.5464.9
HexD9AE720142FF233a41
Octal33125616202457174372101
Binary1101100110101110111001001010010111111111000111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9ae72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9ae72; }

 p { color: rgb(217,174,114); }

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

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

 a { background-color: rgb(217,174,114); }

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

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

 span { border-color: rgb(217,174,114); }

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