#D3A977

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

Shades of Putty #D3A977

Tints of Putty #D3A977

Color information

#D3A977 (or 0xD3A977) is unknown color: approx Putty. HEX triplet: D3, A9 and 77. RGB value is (211,169,119). Sum of RGB (Red+Green+Blue) = 211+169+119=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A977 is #2C5688. Grayscale: #B0B0B0. Windows color (decimal): -2905737 or 7842259. OLE color: 7842259.

HSL color Cylindrical-coordinate representation of color #D3A977: hue angle of 32.61º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3A977 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB211169119-
CMYK00.200.440.17
HSL32.61º51.11%64.71%-
HSV(B)32.61º43.6%82.75%-
XYZ44.3843.5623.52-
YUV175.8695.91153.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.28%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=42.28%
G=33.87%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116911900.200.440.1732.6151.1164.71
HexD3A9770142C11213341
Octal32325116702454214163101
Binary11010011101010011110111010100101100100011000011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A977; }

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

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

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

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

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

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

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

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