Shades of Tacha #D0BC5C
Tints of Tacha #D0BC5C
RGB
CMYK
RGB Variations
Color information
#D0BC5C (or 0xD0BC5C) is known color: Tacha. HEX triplet: D0, BC and 5C. RGB value is (208,188,92). Sum of RGB (Red+Green+Blue) = 208+188+92=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC5C is #2F43A3. Grayscale: #B7B7B7. Windows color (decimal): -3097508 or 6077648. OLE color: 6077648.
HSL color Cylindrical-coordinate representation of color #D0BC5C: hue angle of 49.66º degrees, saturation: 0.55, 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 #D0BC5C is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 92 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.18 |
| HSL | 49.66º | 0.55% | 0.59% | - |
| HSV(B) | 49.66º | 0.56% | 0.82% | - |
| XYZ | 45.93 | 50.15 | 17.38 | - |
| YUV | 183.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 92 | 0 | 0.10 | 0.56 | 0.18 | 49.66 | 0.55 | 0.59 |
| Hex | D0 | BC | 5C | 0 | A | 38 | 12 | 32 | 37 | 3B |
| Octal | 320 | 274 | 134 | 0 | 12 | 70 | 22 | 62 | 67 | 73 |
| Binary | 11010000 | 10111100 | 1011100 | 0 | 1010 | 111000 | 10010 | 110010 | 110111 | 111011 |
Color Harmonies of #D0BC5C
Complementary color
Monochromatic Colors of #D0BC5C
Black with #D0BC5C
Text Example
Text Example
White with #D0BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC5C; }
p { color: rgb(208,188,92); }
H1.HeaderClassName
{
color: #D0BC5C;
}
.AnyTagClassName
{
color: #D0BC5C;
}
</style>
background-color css
<style>
a { background-color: #D0BC5C; }
a { background-color: rgb(208,188,92); }
div.DivClassName
{
background-color: #D0BC5C;
}
.BgClassName
{
background-color: #D0BC5C;
}
</style>
border-color css
<style>
span { border-color: #D0BC5C; }
span { border-color: rgb(208,188,92); }
td.TdClassName
{
border-color: #D0BC5C;
}
.TagClassName
{
border-color: #D0BC5C;
}
</style>