#D7A970

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

Shades of Putty #D7A970

Tints of Putty #D7A970

Color information

#D7A970 (or 0xD7A970) is unknown color: approx Putty. HEX triplet: D7, A9 and 70. RGB value is (215,169,112). Sum of RGB (Red+Green+Blue) = 215+169+112=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A970 is #28568F. Grayscale: #B0B0B0. Windows color (decimal): -2643600 or 7383511. OLE color: 7383511.

HSL color Cylindrical-coordinate representation of color #D7A970: hue angle of 33.2º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7A970 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215169112-
CMYK00.210.480.16
HSL33.2º56.28%64.12%-
HSV(B)33.2º47.91%84.31%-
XYZ45.1443.9921.44-
YUV176.2691.74155.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.35%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=43.35%
G=34.07%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516911200.210.480.1633.256.2864.12
HexD7A9700153010213840
Octal32725116002560204170100
Binary11010111101010011110000010101110000100001000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A970; }

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

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

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

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

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

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

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

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