#D3AE77

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

Shades of Putty #D3AE77

Tints of Putty #D3AE77

Color information

#D3AE77 (or 0xD3AE77) is unknown color: approx Putty. HEX triplet: D3, AE and 77. RGB value is (211,174,119). Sum of RGB (Red+Green+Blue) = 211+174+119=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AE77 is #2C5188. Grayscale: #B3B3B3. Windows color (decimal): -2904457 or 7843539. OLE color: 7843539.

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

Color convert

RGB211174119-
CMYK00.180.440.17
HSL35.87º51.11%64.71%-
HSV(B)35.87º43.6%82.75%-
XYZ45.3345.4523.84-
YUV178.7994.26150.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.87%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=41.87%
G=34.52%
B=23.61%

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
Decimal21117411900.180.440.1735.8751.1164.71
HexD3AE770122C11243341
Octal32325616702254214463101
Binary11010011101011101110111010010101100100011001001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AE77; }

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

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

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

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

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

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

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

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