#D2B079

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

Shades of Putty #D2B079

Tints of Putty #D2B079

Color information

#D2B079 (or 0xD2B079) is unknown color: approx Putty. HEX triplet: D2, B0 and 79. RGB value is (210,176,121). Sum of RGB (Red+Green+Blue) = 210+176+121=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B079 is #2D4F86. Grayscale: #B4B4B4. Windows color (decimal): -2969479 or 7975122. OLE color: 7975122.

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

Color convert

RGB210176121-
CMYK00.160.420.18
HSL37.08º49.72%64.9%-
HSV(B)37.08º42.38%82.35%-
XYZ45.5546.1324.59-
YUV179.994.76149.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=41.42%
G=34.71%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017612100.160.420.1837.0849.7264.9
HexD2B0790102A12253241
Octal32226017102052224562101
Binary11010010101100001111001010000101010100101001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B079; }

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

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

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

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

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

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

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

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