#d1ae70

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

Shades of Putty #D1AE70

Tints of Putty #D1AE70

Color information

#D1AE70 (or 0xD1AE70) is unknown color: approx Putty. HEX triplet: D1, AE and 70. RGB value is (209,174,112). Sum of RGB (Red+Green+Blue) = 209+174+112=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE70 is #2E518F. Grayscale: #B1B1B1. Windows color (decimal): -3035536 or 7384785. OLE color: 7384785.

HSL color Cylindrical-coordinate representation of color #D1AE70: hue angle of 38.35º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1AE70 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209174112-
CMYK00.170.460.18
HSL38.35º51.32%62.94%-
HSV(B)38.35º46.41%81.96%-
XYZ44.364521.68-
YUV177.491.1150.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=42.22%
G=35.15%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917411200.170.460.1838.3551.3262.94
HexD1AE700112E1226333f
Octal3212561600215622466377
Binary1101000110101110111000001000110111010010100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1ae70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1ae70; }

 p { color: rgb(209,174,112); }

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

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

 a { background-color: rgb(209,174,112); }

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

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

 span { border-color: rgb(209,174,112); }

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