Shades of Tacha #D1B25F
Tints of Tacha #D1B25F
RGB
CMYK
RGB Variations
Color information
#D1B25F (or 0xD1B25F) is known color: Tacha. HEX triplet: D1, B2 and 5F. RGB value is (209,178,95). Sum of RGB (Red+Green+Blue) = 209+178+95=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B25F is #2E4DA0. Grayscale: #B2B2B2. Windows color (decimal): -3034529 or 6271697. OLE color: 6271697.
HSL color Cylindrical-coordinate representation of color #D1B25F: hue angle of 43.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1B25F is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 178 | 95 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.18 |
| HSL | 43.68º | 0.55% | 0.6% | - |
| HSV(B) | 43.68º | 0.55% | 0.82% | - |
| XYZ | 44.28 | 46.22 | 17.41 | - |
| YUV | 177.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 95 | 0 | 0.15 | 0.55 | 0.18 | 43.68 | 0.55 | 0.6 |
| Hex | D1 | B2 | 5F | 0 | F | 37 | 12 | 2C | 37 | 3C |
| Octal | 321 | 262 | 137 | 0 | 17 | 67 | 22 | 54 | 67 | 74 |
| Binary | 11010001 | 10110010 | 1011111 | 0 | 1111 | 110111 | 10010 | 101100 | 110111 | 111100 |
Color Harmonies of #D1B25F
Complementary color
Monochromatic Colors of #D1B25F
Black with #D1B25F
Text Example
Text Example
White with #D1B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B25F; }
p { color: rgb(209,178,95); }
H1.HeaderClassName
{
color: #D1B25F;
}
.AnyTagClassName
{
color: #D1B25F;
}
</style>
background-color css
<style>
a { background-color: #D1B25F; }
a { background-color: rgb(209,178,95); }
div.DivClassName
{
background-color: #D1B25F;
}
.BgClassName
{
background-color: #D1B25F;
}
</style>
border-color css
<style>
span { border-color: #D1B25F; }
span { border-color: rgb(209,178,95); }
td.TdClassName
{
border-color: #D1B25F;
}
.TagClassName
{
border-color: #D1B25F;
}
</style>