#D2B178

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

Shades of Putty #D2B178

Tints of Putty #D2B178

Color information

#D2B178 (or 0xD2B178) is unknown color: approx Putty. HEX triplet: D2, B1 and 78. RGB value is (210,177,120). Sum of RGB (Red+Green+Blue) = 210+177+120=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B178 is #2D4E87. Grayscale: #B4B4B4. Windows color (decimal): -2969224 or 7909842. OLE color: 7909842.

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

Color convert

RGB210177120-
CMYK00.160.430.18
HSL38º50%64.71%-
HSV(B)38º42.86%82.35%-
XYZ45.6946.524.34-
YUV180.3793.93149.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=41.42%
G=34.91%
B=23.67%

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
Decimal21017712000.160.430.18385064.71
HexD2B1780102B12263241
Octal32226117002053224662101
Binary11010010101100011111000010000101011100101001101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B178; }

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

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

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

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

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

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

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

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