#D3AD77

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

Shades of Putty #D3AD77

Tints of Putty #D3AD77

Color information

#D3AD77 (or 0xD3AD77) is unknown color: approx Putty. HEX triplet: D3, AD and 77. RGB value is (211,173,119). Sum of RGB (Red+Green+Blue) = 211+173+119=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD77 is #2C5288. Grayscale: #B2B2B2. Windows color (decimal): -2904713 or 7843283. OLE color: 7843283.

HSL color Cylindrical-coordinate representation of color #D3AD77: hue angle of 35.22º 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 #D3AD77 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB211173119-
CMYK00.180.440.17
HSL35.22º51.11%64.71%-
HSV(B)35.22º43.6%82.75%-
XYZ45.1445.0723.77-
YUV178.2194.59151.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=41.95%
G=34.39%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117311900.180.440.1735.2251.1164.71
HexD3AD770122C11233341
Octal32325516702254214363101
Binary11010011101011011110111010010101100100011000111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD77; }

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

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

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

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

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

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

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

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