#D1A469

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

Shades of Putty #D1A469

Tints of Putty #D1A469

Color information

#D1A469 (or 0xD1A469) is unknown color: approx Putty. HEX triplet: D1, A4 and 69. RGB value is (209,164,105). Sum of RGB (Red+Green+Blue) = 209+164+105=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A469 is #2E5B96. Grayscale: #ABABAB. Windows color (decimal): -3038103 or 6923473. OLE color: 6923473.

HSL color Cylindrical-coordinate representation of color #D1A469: hue angle of 34.04º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1A469 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB209164105-
CMYK00.220.500.18
HSL34.04º53.06%61.57%-
HSV(B)34.04º49.76%81.96%-
XYZ42.1241.1319.08-
YUV170.7390.91155.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=43.72%
G=34.31%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916410500.220.500.1834.0453.0661.57
HexD1A469016321222353e
Octal3212441510266222426576
Binary1101000110100100110100101011011001010010100010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A469; }

 p { color: rgb(209,164,105); }

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

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

 a { background-color: rgb(209,164,105); }

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

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

 span { border-color: rgb(209,164,105); }

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