#D1A977

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

Shades of Putty #D1A977

Tints of Putty #D1A977

Color information

#D1A977 (or 0xD1A977) is unknown color: approx Putty. HEX triplet: D1, A9 and 77. RGB value is (209,169,119). Sum of RGB (Red+Green+Blue) = 209+169+119=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A977 is #2E5688. Grayscale: #AFAFAF. Windows color (decimal): -3036809 or 7842257. OLE color: 7842257.

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

Color convert

RGB209169119-
CMYK00.190.430.18
HSL33.33º49.45%64.31%-
HSV(B)33.33º43.06%81.96%-
XYZ43.8143.2623.49-
YUV175.2696.25152.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=42.05%
G=34.00%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916911900.190.430.1833.3349.4564.31
HexD1A9770132B12213140
Octal32125116702353224161100
Binary11010001101010011110111010011101011100101000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A977; }

 p { color: rgb(209,169,119); }

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

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

 a { background-color: rgb(209,169,119); }

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

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

 span { border-color: rgb(209,169,119); }

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