#D2B077

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

Shades of Putty #D2B077

Tints of Putty #D2B077

Color information

#D2B077 (or 0xD2B077) is unknown color: approx Putty. HEX triplet: D2, B0 and 77. RGB value is (210,176,119). Sum of RGB (Red+Green+Blue) = 210+176+119=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B077 is #2D4F88. Grayscale: #B3B3B3. Windows color (decimal): -2969481 or 7844050. OLE color: 7844050.

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

Color convert

RGB210176119-
CMYK00.160.430.18
HSL37.58º50.28%64.51%-
HSV(B)37.58º43.33%82.35%-
XYZ45.4346.0823.95-
YUV179.6793.76149.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.58%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=41.58%
G=34.85%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017611900.160.430.1837.5850.2864.51
HexD2B0770102B12263241
Octal32226016702053224662101
Binary11010010101100001110111010000101011100101001101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B077; }

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

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

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

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

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

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

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

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