#D2B775

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

Shades of Putty #D2B775

Tints of Putty #D2B775

Color information

#D2B775 (or 0xD2B775) is unknown color: approx Putty. HEX triplet: D2, B7 and 75. RGB value is (210,183,117). Sum of RGB (Red+Green+Blue) = 210+183+117=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B775 is #2D488A. Grayscale: #B7B7B7. Windows color (decimal): -2967691 or 7714770. OLE color: 7714770.

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

Color convert

RGB210183117-
CMYK00.130.440.18
HSL42.58º50.82%64.12%-
HSV(B)42.58º44.29%82.35%-
XYZ46.7248.8523.8-
YUV183.5590.45146.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=41.18%
G=35.88%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018311700.130.440.1842.5850.8264.12
HexD2B7750D2C122b3340
Octal32226716501554225363100
Binary1101001010110111111010101101101100100101010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B775; }

 p { color: rgb(210,183,117); }

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

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

 a { background-color: rgb(210,183,117); }

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

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

 span { border-color: rgb(210,183,117); }

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