#d3a96c

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

Shades of Putty #D3A96C

Tints of Putty #D3A96C

Color information

#D3A96C (or 0xD3A96C) is unknown color: approx Putty. HEX triplet: D3, A9 and 6C. RGB value is (211,169,108). Sum of RGB (Red+Green+Blue) = 211+169+108=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A96C is #2C5693. Grayscale: #AEAEAE. Windows color (decimal): -2905748 or 7121363. OLE color: 7121363.

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

Color convert

RGB211169108-
CMYK00.200.490.17
HSL35.53º53.93%62.55%-
HSV(B)35.53º48.82%82.75%-
XYZ43.7643.3120.24-
YUV174.690.41153.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.24%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 108 (42.58% from 255) = 22.13%
R=43.24%
G=34.63%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116910800.200.490.1735.5353.9362.55
HexD3A96C014311124363f
Octal3232511540246121446677
Binary1101001110101001110110001010011000110001100100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3a96c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3a96c; }

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

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

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

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

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

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

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

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