Shades of Tacha #D0BB6C
Tints of Tacha #D0BB6C
RGB
CMYK
RGB Variations
Color information
#D0BB6C (or 0xD0BB6C) is known color: Tacha. HEX triplet: D0, BB and 6C. RGB value is (208,187,108). Sum of RGB (Red+Green+Blue) = 208+187+108=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB6C is #2F4493. Grayscale: #B8B8B8. Windows color (decimal): -3097748 or 7125968. OLE color: 7125968.
HSL color Cylindrical-coordinate representation of color #D0BB6C: hue angle of 47.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0BB6C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 108 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.18 |
| HSL | 47.4º | 0.52% | 0.62% | - |
| HSV(B) | 47.4º | 0.48% | 0.82% | - |
| XYZ | 46.49 | 50.03 | 21.39 | - |
| YUV | 184.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 108 | 0 | 0.10 | 0.48 | 0.18 | 47.4 | 0.52 | 0.62 |
| Hex | D0 | BB | 6C | 0 | A | 30 | 12 | 2F | 34 | 3E |
| Octal | 320 | 273 | 154 | 0 | 12 | 60 | 22 | 57 | 64 | 76 |
| Binary | 11010000 | 10111011 | 1101100 | 0 | 1010 | 110000 | 10010 | 101111 | 110100 | 111110 |
Color Harmonies of #D0BB6C
Complementary color
Monochromatic Colors of #D0BB6C
Black with #D0BB6C
Text Example
Text Example
White with #D0BB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB6C; }
p { color: rgb(208,187,108); }
H1.HeaderClassName
{
color: #D0BB6C;
}
.AnyTagClassName
{
color: #D0BB6C;
}
</style>
background-color css
<style>
a { background-color: #D0BB6C; }
a { background-color: rgb(208,187,108); }
div.DivClassName
{
background-color: #D0BB6C;
}
.BgClassName
{
background-color: #D0BB6C;
}
</style>
border-color css
<style>
span { border-color: #D0BB6C; }
span { border-color: rgb(208,187,108); }
td.TdClassName
{
border-color: #D0BB6C;
}
.TagClassName
{
border-color: #D0BB6C;
}
</style>