#D2B779

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

Shades of Putty #D2B779

Tints of Putty #D2B779

Color information

#D2B779 (or 0xD2B779) is unknown color: approx Putty. HEX triplet: D2, B7 and 79. RGB value is (210,183,121). Sum of RGB (Red+Green+Blue) = 210+183+121=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B779 is #2D4886. Grayscale: #B8B8B8. Windows color (decimal): -2967687 or 7976914. OLE color: 7976914.

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

Color convert

RGB210183121-
CMYK00.130.420.18
HSL41.8º49.72%64.9%-
HSV(B)41.8º42.38%82.35%-
XYZ46.9648.9525.06-
YUV18492.45146.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.86%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 121 (47.66% from 255) = 23.54%
R=40.86%
G=35.60%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018312100.130.420.1841.849.7264.9
HexD2B7790D2A122a3241
Octal32226717101552225262101
Binary1101001010110111111100101101101010100101010101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B779; }

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

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

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

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

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

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

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

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