Shades of Tacha #D0B65D
Tints of Tacha #D0B65D
RGB
CMYK
RGB Variations
Color information
#D0B65D (or 0xD0B65D) is known color: Tacha. HEX triplet: D0, B6 and 5D. RGB value is (208,182,93). Sum of RGB (Red+Green+Blue) = 208+182+93=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B65D is #2F49A2. Grayscale: #B4B4B4. Windows color (decimal): -3099043 or 6141648. OLE color: 6141648.
HSL color Cylindrical-coordinate representation of color #D0B65D: hue angle of 46.43º 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 #D0B65D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 93 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.18 |
| HSL | 46.43º | 0.55% | 0.59% | - |
| HSV(B) | 46.43º | 0.55% | 0.82% | - |
| XYZ | 44.72 | 47.66 | 17.2 | - |
| YUV | 179.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 93 | 0 | 0.12 | 0.55 | 0.18 | 46.43 | 0.55 | 0.59 |
| Hex | D0 | B6 | 5D | 0 | C | 37 | 12 | 2E | 37 | 3B |
| Octal | 320 | 266 | 135 | 0 | 14 | 67 | 22 | 56 | 67 | 73 |
| Binary | 11010000 | 10110110 | 1011101 | 0 | 1100 | 110111 | 10010 | 101110 | 110111 | 111011 |
Color Harmonies of #D0B65D
Complementary color
Monochromatic Colors of #D0B65D
Black with #D0B65D
Text Example
Text Example
White with #D0B65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B65D; }
p { color: rgb(208,182,93); }
H1.HeaderClassName
{
color: #D0B65D;
}
.AnyTagClassName
{
color: #D0B65D;
}
</style>
background-color css
<style>
a { background-color: #D0B65D; }
a { background-color: rgb(208,182,93); }
div.DivClassName
{
background-color: #D0B65D;
}
.BgClassName
{
background-color: #D0B65D;
}
</style>
border-color css
<style>
span { border-color: #D0B65D; }
span { border-color: rgb(208,182,93); }
td.TdClassName
{
border-color: #D0B65D;
}
.TagClassName
{
border-color: #D0B65D;
}
</style>