#D1B260

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

Shades of Tacha #D1B260

Tints of Tacha #D1B260

Color information

#D1B260 (or 0xD1B260) is unknown color: approx Tacha. HEX triplet: D1, B2 and 60. RGB value is (209,178,96). Sum of RGB (Red+Green+Blue) = 209+178+96=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B260 is #2E4D9F. Grayscale: #B2B2B2. Windows color (decimal): -3034528 or 6337233. OLE color: 6337233.

HSL color Cylindrical-coordinate representation of color #D1B260: hue angle of 43.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1B260 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20917896-
CMYK00.150.540.18
HSL43.54º55.12%59.8%-
HSV(B)43.54º54.07%81.96%-
XYZ44.3346.2417.66-
YUV177.9281.77150.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=43.27%
G=36.85%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091789600.150.540.1843.5455.1259.8
HexD1B2600F36122c373c
Octal3212621400176622546774
Binary110100011011001011000000111111011010010101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B260; }

 p { color: rgb(209,178,96); }

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

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

 a { background-color: rgb(209,178,96); }

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

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

 span { border-color: rgb(209,178,96); }

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