Shades of Tacha #D0B25E
Tints of Tacha #D0B25E
RGB
CMYK
RGB Variations
Color information
#D0B25E (or 0xD0B25E) is known color: Tacha. HEX triplet: D0, B2 and 5E. RGB value is (208,178,94). Sum of RGB (Red+Green+Blue) = 208+178+94=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B25E is #2F4DA1. Grayscale: #B1B1B1. Windows color (decimal): -3100066 or 6206160. OLE color: 6206160.
HSL color Cylindrical-coordinate representation of color #D0B25E: hue angle of 44.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0B25E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 94 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.18 |
| HSL | 44.21º | 0.55% | 0.59% | - |
| HSV(B) | 44.21º | 0.55% | 0.82% | - |
| XYZ | 43.95 | 46.06 | 17.16 | - |
| YUV | 177.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 94 | 0 | 0.14 | 0.55 | 0.18 | 44.21 | 0.55 | 0.59 |
| Hex | D0 | B2 | 5E | 0 | E | 37 | 12 | 2C | 37 | 3B |
| Octal | 320 | 262 | 136 | 0 | 16 | 67 | 22 | 54 | 67 | 73 |
| Binary | 11010000 | 10110010 | 1011110 | 0 | 1110 | 110111 | 10010 | 101100 | 110111 | 111011 |
Color Harmonies of #D0B25E
Complementary color
Monochromatic Colors of #D0B25E
Black with #D0B25E
Text Example
Text Example
White with #D0B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B25E; }
p { color: rgb(208,178,94); }
H1.HeaderClassName
{
color: #D0B25E;
}
.AnyTagClassName
{
color: #D0B25E;
}
</style>
background-color css
<style>
a { background-color: #D0B25E; }
a { background-color: rgb(208,178,94); }
div.DivClassName
{
background-color: #D0B25E;
}
.BgClassName
{
background-color: #D0B25E;
}
</style>
border-color css
<style>
span { border-color: #D0B25E; }
span { border-color: rgb(208,178,94); }
td.TdClassName
{
border-color: #D0B25E;
}
.TagClassName
{
border-color: #D0B25E;
}
</style>