#D1B678

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

Shades of Putty #D1B678

Tints of Putty #D1B678

Color information

#D1B678 (or 0xD1B678) is unknown color: approx Putty. HEX triplet: D1, B6 and 78. RGB value is (209,182,120). Sum of RGB (Red+Green+Blue) = 209+182+120=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B678 is #2E4987. Grayscale: #B7B7B7. Windows color (decimal): -3033480 or 7911121. OLE color: 7911121.

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

Color convert

RGB209182120-
CMYK00.130.430.18
HSL41.8º49.17%64.51%-
HSV(B)41.8º42.58%81.96%-
XYZ46.4148.3724.66-
YUV18392.45146.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 120 (47.27% from 255) = 23.48%
R=40.90%
G=35.62%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918212000.130.430.1841.849.1764.51
HexD1B6780D2B122a3141
Octal32126617001553225261101
Binary1101000110110110111100001101101011100101010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B678; }

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

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

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

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

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

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

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

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