#D1B770

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

Shades of Putty #D1B770

Tints of Putty #D1B770

Color information

#D1B770 (or 0xD1B770) is unknown color: approx Putty. HEX triplet: D1, B7 and 70. RGB value is (209,183,112). Sum of RGB (Red+Green+Blue) = 209+183+112=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B770 is #2E488F. Grayscale: #B6B6B6. Windows color (decimal): -3033232 or 7387089. OLE color: 7387089.

HSL color Cylindrical-coordinate representation of color #D1B770: hue angle of 43.92º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1B770 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209183112-
CMYK00.120.460.18
HSL43.92º51.32%62.94%-
HSV(B)43.92º46.41%81.96%-
XYZ46.1548.5922.28-
YUV182.6888.11146.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=41.47%
G=36.31%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918311200.120.460.1843.9251.3262.94
HexD1B7700C2E122c333f
Octal3212671600145622546377
Binary110100011011011111100000110010111010010101100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B770; }

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

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

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

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

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

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

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

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