#D8A970

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

Shades of Putty #D8A970

Tints of Putty #D8A970

Color information

#D8A970 (or 0xD8A970) is unknown color: approx Putty. HEX triplet: D8, A9 and 70. RGB value is (216,169,112). Sum of RGB (Red+Green+Blue) = 216+169+112=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A970 is #27568F. Grayscale: #B0B0B0. Windows color (decimal): -2578064 or 7383512. OLE color: 7383512.

HSL color Cylindrical-coordinate representation of color #D8A970: hue angle of 32.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8A970 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216169112-
CMYK00.220.480.15
HSL32.88º57.14%64.31%-
HSV(B)32.88º48.15%84.71%-
XYZ45.4344.1421.46-
YUV176.5591.57156.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=43.46%
G=34.00%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616911200.220.480.1532.8857.1464.31
HexD8A97001630F213940
Octal33025116002660174171100
Binary1101100010101001111000001011011000011111000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A970; }

 p { color: rgb(216,169,112); }

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

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

 a { background-color: rgb(216,169,112); }

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

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

 span { border-color: rgb(216,169,112); }

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