#D7AC75

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

Shades of Putty #D7AC75

Tints of Putty #D7AC75

Color information

#D7AC75 (or 0xD7AC75) is unknown color: approx Putty. HEX triplet: D7, AC and 75. RGB value is (215,172,117). Sum of RGB (Red+Green+Blue) = 215+172+117=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC75 is #28538A. Grayscale: #B2B2B2. Windows color (decimal): -2642827 or 7711959. OLE color: 7711959.

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

Color convert

RGB215172117-
CMYK00.20.460.16
HSL33.67º55.06%65.1%-
HSV(B)33.67º45.58%84.31%-
XYZ45.9945.2423.14-
YUV178.5993.25153.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=42.66%
G=34.13%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517211700.20.460.1633.6755.0665.1
HexD7AC750142E10223741
Octal32725416502456204267101
Binary11010111101011001110101010100101110100001000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC75; }

 p { color: rgb(215,172,117); }

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

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

 a { background-color: rgb(215,172,117); }

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

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

 span { border-color: rgb(215,172,117); }

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