#D7B571

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

Shades of Putty #D7B571

Tints of Putty #D7B571

Color information

#D7B571 (or 0xD7B571) is unknown color: approx Putty. HEX triplet: D7, B5 and 71. RGB value is (215,181,113). Sum of RGB (Red+Green+Blue) = 215+181+113=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B571 is #284A8E. Grayscale: #B7B7B7. Windows color (decimal): -2640527 or 7452119. OLE color: 7452119.

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

Color convert

RGB215181113-
CMYK00.160.470.16
HSL40º56.04%64.31%-
HSV(B)40º47.44%84.31%-
XYZ47.5348.6922.52-
YUV183.4188.26150.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 113 (44.53% from 255) = 22.20%
R=42.24%
G=35.56%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518111300.160.470.164056.0464.31
HexD7B5710102F10283840
Octal32726516102057205070100
Binary11010111101101011110001010000101111100001010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B571; }

 p { color: rgb(215,181,113); }

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

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

 a { background-color: rgb(215,181,113); }

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

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

 span { border-color: rgb(215,181,113); }

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