Shades of Tacha #D1B25D
Tints of Tacha #D1B25D
RGB
CMYK
RGB Variations
Color information
#D1B25D (or 0xD1B25D) is known color: Tacha. HEX triplet: D1, B2 and 5D. RGB value is (209,178,93). Sum of RGB (Red+Green+Blue) = 209+178+93=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B25D is #2E4DA2. Grayscale: #B1B1B1. Windows color (decimal): -3034531 or 6140625. OLE color: 6140625.
HSL color Cylindrical-coordinate representation of color #D1B25D: hue angle of 43.97º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1B25D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 178 | 93 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.18 |
| HSL | 43.97º | 0.56% | 0.59% | - |
| HSV(B) | 43.97º | 0.56% | 0.82% | - |
| XYZ | 44.19 | 46.19 | 16.94 | - |
| YUV | 177.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 93 | 0 | 0.15 | 0.56 | 0.18 | 43.97 | 0.56 | 0.59 |
| Hex | D1 | B2 | 5D | 0 | F | 38 | 12 | 2C | 38 | 3B |
| Octal | 321 | 262 | 135 | 0 | 17 | 70 | 22 | 54 | 70 | 73 |
| Binary | 11010001 | 10110010 | 1011101 | 0 | 1111 | 111000 | 10010 | 101100 | 111000 | 111011 |
Color Harmonies of #D1B25D
Complementary color
Monochromatic Colors of #D1B25D
Black with #D1B25D
Text Example
Text Example
White with #D1B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B25D; }
p { color: rgb(209,178,93); }
H1.HeaderClassName
{
color: #D1B25D;
}
.AnyTagClassName
{
color: #D1B25D;
}
</style>
background-color css
<style>
a { background-color: #D1B25D; }
a { background-color: rgb(209,178,93); }
div.DivClassName
{
background-color: #D1B25D;
}
.BgClassName
{
background-color: #D1B25D;
}
</style>
border-color css
<style>
span { border-color: #D1B25D; }
span { border-color: rgb(209,178,93); }
td.TdClassName
{
border-color: #D1B25D;
}
.TagClassName
{
border-color: #D1B25D;
}
</style>