#D2B778

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

Shades of Putty #D2B778

Tints of Putty #D2B778

Color information

#D2B778 (or 0xD2B778) is unknown color: approx Putty. HEX triplet: D2, B7 and 78. RGB value is (210,183,120). Sum of RGB (Red+Green+Blue) = 210+183+120=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B778 is #2D4887. Grayscale: #B8B8B8. Windows color (decimal): -2967688 or 7911378. OLE color: 7911378.

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

Color convert

RGB210183120-
CMYK00.130.430.18
HSL42º50%64.71%-
HSV(B)42º42.86%82.35%-
XYZ46.948.9224.74-
YUV183.8991.95146.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 120 (47.27% from 255) = 23.39%
R=40.94%
G=35.67%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018312000.130.430.18425064.71
HexD2B7780D2B122a3241
Octal32226717001553225262101
Binary1101001010110111111100001101101011100101010101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B778; }

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

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

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

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

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

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

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

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