#D1B178

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

Shades of Putty #D1B178

Tints of Putty #D1B178

Color information

#D1B178 (or 0xD1B178) is unknown color: approx Putty. HEX triplet: D1, B1 and 78. RGB value is (209,177,120). Sum of RGB (Red+Green+Blue) = 209+177+120=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B178 is #2E4E87. Grayscale: #B4B4B4. Windows color (decimal): -3034760 or 7909841. OLE color: 7909841.

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

Color convert

RGB209177120-
CMYK00.150.430.18
HSL38.43º49.17%64.51%-
HSV(B)38.43º42.58%81.96%-
XYZ45.4146.3624.32-
YUV180.0794.1148.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=41.30%
G=34.98%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917712000.150.430.1838.4349.1764.51
HexD1B1780F2B12263141
Octal32126117001753224661101
Binary1101000110110001111100001111101011100101001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B178; }

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

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

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

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

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

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

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

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