#D3A969

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

Shades of Putty #D3A969

Tints of Putty #D3A969

Color information

#D3A969 (or 0xD3A969) is unknown color: approx Putty. HEX triplet: D3, A9 and 69. RGB value is (211,169,105). Sum of RGB (Red+Green+Blue) = 211+169+105=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A969 is #2C5696. Grayscale: #AEAEAE. Windows color (decimal): -2905751 or 6924755. OLE color: 6924755.

HSL color Cylindrical-coordinate representation of color #D3A969: hue angle of 36.23º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3A969 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211169105-
CMYK00.200.500.17
HSL36.23º54.64%61.96%-
HSV(B)36.23º50.24%82.75%-
XYZ43.643.2419.41-
YUV174.2688.91154.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.51%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=43.51%
G=34.85%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116910500.200.500.1736.2354.6461.96
HexD3A969014321124373e
Octal3232511510246221446776
Binary1101001110101001110100101010011001010001100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A969; }

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

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

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

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

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

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

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

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