#D7AB73

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

Shades of Putty #D7AB73

Tints of Putty #D7AB73

Color information

#D7AB73 (or 0xD7AB73) is unknown color: approx Putty. HEX triplet: D7, AB and 73. RGB value is (215,171,115). Sum of RGB (Red+Green+Blue) = 215+171+115=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB73 is #28548C. Grayscale: #B2B2B2. Windows color (decimal): -2643085 or 7580631. OLE color: 7580631.

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

Color convert

RGB215171115-
CMYK00.200.470.16
HSL33.6º55.56%64.71%-
HSV(B)33.6º46.51%84.31%-
XYZ45.6844.8122.46-
YUV177.7792.58154.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=42.91%
G=34.13%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517111500.200.470.1633.655.5664.71
HexD7AB730142F10223841
Octal32725316302457204270101
Binary11010111101010111110011010100101111100001000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB73; }

 p { color: rgb(215,171,115); }

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

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

 a { background-color: rgb(215,171,115); }

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

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

 span { border-color: rgb(215,171,115); }

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