#D1A968

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

Shades of Putty #D1A968

Tints of Putty #D1A968

Color information

#D1A968 (or 0xD1A968) is unknown color: approx Putty. HEX triplet: D1, A9 and 68. RGB value is (209,169,104). Sum of RGB (Red+Green+Blue) = 209+169+104=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A968 is #2E5697. Grayscale: #ADADAD. Windows color (decimal): -3036824 or 6859217. OLE color: 6859217.

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

Color convert

RGB209169104-
CMYK00.190.500.18
HSL37.14º53.3%61.37%-
HSV(B)37.14º50.24%81.96%-
XYZ42.9842.9319.12-
YUV173.5588.75153.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 104 (41.02% from 255) = 21.58%
R=43.36%
G=35.06%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916910400.190.500.1837.1453.361.37
HexD1A968013321225353d
Octal3212511500236222456575
Binary1101000110101001110100001001111001010010100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A968; }

 p { color: rgb(209,169,104); }

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

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

 a { background-color: rgb(209,169,104); }

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

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

 span { border-color: rgb(209,169,104); }

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