#D2B174

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

Shades of Putty #D2B174

Tints of Putty #D2B174

Color information

#D2B174 (or 0xD2B174) is unknown color: approx Putty. HEX triplet: D2, B1 and 74. RGB value is (210,177,116). Sum of RGB (Red+Green+Blue) = 210+177+116=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B174 is #2D4E8B. Grayscale: #B4B4B4. Windows color (decimal): -2969228 or 7647698. OLE color: 7647698.

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

Color convert

RGB210177116-
CMYK00.160.450.18
HSL38.94º51.09%63.92%-
HSV(B)38.94º44.76%82.35%-
XYZ45.4546.4123.08-
YUV179.9191.93149.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=41.75%
G=35.19%
B=23.06%

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
Decimal21017711600.160.450.1838.9451.0963.92
HexD2B1740102D12273340
Octal32226116402055224763100
Binary11010010101100011110100010000101101100101001111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B174; }

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

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

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

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

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

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

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

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