#D7B270

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

Shades of Putty #D7B270

Tints of Putty #D7B270

Color information

#D7B270 (or 0xD7B270) is unknown color: approx Putty. HEX triplet: D7, B2 and 70. RGB value is (215,178,112). Sum of RGB (Red+Green+Blue) = 215+178+112=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B270 is #284D8F. Grayscale: #B5B5B5. Windows color (decimal): -2641296 or 7385815. OLE color: 7385815.

HSL color Cylindrical-coordinate representation of color #D7B270: hue angle of 38.45º 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 #D7B270 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215178112-
CMYK00.170.480.16
HSL38.45º56.28%64.12%-
HSV(B)38.45º47.91%84.31%-
XYZ46.8747.4622.02-
YUV181.5488.76151.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=42.57%
G=35.25%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517811200.170.480.1638.4556.2864.12
HexD7B2700113010263840
Octal32726216002160204670100
Binary11010111101100101110000010001110000100001001101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B270; }

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

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

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

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

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

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

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

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