#D2B173

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

Shades of Putty #D2B173

Tints of Putty #D2B173

Color information

#D2B173 (or 0xD2B173) is unknown color: approx Putty. HEX triplet: D2, B1 and 73. RGB value is (210,177,115). Sum of RGB (Red+Green+Blue) = 210+177+115=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B173 is #2D4E8C. Grayscale: #B4B4B4. Windows color (decimal): -2969229 or 7582162. OLE color: 7582162.

HSL color Cylindrical-coordinate representation of color #D2B173: hue angle of 39.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2B173 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210177115-
CMYK00.160.450.18
HSL39.16º51.35%63.73%-
HSV(B)39.16º45.24%82.35%-
XYZ45.3946.3822.78-
YUV179.891.43149.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 115 (45.31% from 255) = 22.91%
R=41.83%
G=35.26%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017711500.160.450.1839.1651.3563.73
HexD2B1730102D12273340
Octal32226116302055224763100
Binary11010010101100011110011010000101101100101001111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B173; }

 p { color: rgb(210,177,115); }

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

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

 a { background-color: rgb(210,177,115); }

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

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

 span { border-color: rgb(210,177,115); }

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