#D7B770

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

Shades of Putty #D7B770

Tints of Putty #D7B770

Color information

#D7B770 (or 0xD7B770) is unknown color: approx Putty. HEX triplet: D7, B7 and 70. RGB value is (215,183,112). Sum of RGB (Red+Green+Blue) = 215+183+112=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B770 is #28488F. Grayscale: #B8B8B8. Windows color (decimal): -2640016 or 7387095. OLE color: 7387095.

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

Color convert

RGB215183112-
CMYK00.150.480.16
HSL41.36º56.28%64.12%-
HSV(B)41.36º47.91%84.31%-
XYZ47.8849.4822.36-
YUV184.4787.1149.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 112 (44.14% from 255) = 21.96%
R=42.16%
G=35.88%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518311200.150.480.1641.3656.2864.12
HexD7B7700F3010293840
Octal32726716001760205170100
Binary1101011110110111111000001111110000100001010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B770; }

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

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

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

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

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

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

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

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