#D2B976

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

Shades of Putty #D2B976

Tints of Putty #D2B976

Color information

#D2B976 (or 0xD2B976) is unknown color: approx Putty. HEX triplet: D2, B9 and 76. RGB value is (210,185,118). Sum of RGB (Red+Green+Blue) = 210+185+118=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B976 is #2D4689. Grayscale: #B9B9B9. Windows color (decimal): -2967178 or 7780818. OLE color: 7780818.

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

Color convert

RGB210185118-
CMYK00.120.440.18
HSL43.7º50.55%64.31%-
HSV(B)43.7º43.81%82.35%-
XYZ47.249.7124.25-
YUV184.8490.28145.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 118 (46.48% from 255) = 23.00%
R=40.94%
G=36.06%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018511800.120.440.1843.750.5564.31
HexD2B9760C2C122c3340
Octal32227116601454225463100
Binary1101001010111001111011001100101100100101011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B976; }

 p { color: rgb(210,185,118); }

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

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

 a { background-color: rgb(210,185,118); }

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

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

 span { border-color: rgb(210,185,118); }

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