Shades of Tacha #D2B85D
Tints of Tacha #D2B85D
RGB
CMYK
RGB Variations
Color information
#D2B85D (or 0xD2B85D) is known color: Tacha. HEX triplet: D2, B8 and 5D. RGB value is (210,184,93). Sum of RGB (Red+Green+Blue) = 210+184+93=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B85D is #2D47A2. Grayscale: #B5B5B5. Windows color (decimal): -2967459 or 6142162. OLE color: 6142162.
HSL color Cylindrical-coordinate representation of color #D2B85D: hue angle of 46.67º degrees, saturation: 0.57, 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 #D2B85D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 93 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.18 |
| HSL | 46.67º | 0.57% | 0.59% | - |
| HSV(B) | 46.67º | 0.56% | 0.82% | - |
| XYZ | 45.69 | 48.77 | 17.36 | - |
| YUV | 181.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 93 | 0 | 0.12 | 0.56 | 0.18 | 46.67 | 0.57 | 0.59 |
| Hex | D2 | B8 | 5D | 0 | C | 38 | 12 | 2F | 39 | 3B |
| Octal | 322 | 270 | 135 | 0 | 14 | 70 | 22 | 57 | 71 | 73 |
| Binary | 11010010 | 10111000 | 1011101 | 0 | 1100 | 111000 | 10010 | 101111 | 111001 | 111011 |
Color Harmonies of #D2B85D
Complementary color
Monochromatic Colors of #D2B85D
Black with #D2B85D
Text Example
Text Example
White with #D2B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B85D; }
p { color: rgb(210,184,93); }
H1.HeaderClassName
{
color: #D2B85D;
}
.AnyTagClassName
{
color: #D2B85D;
}
</style>
background-color css
<style>
a { background-color: #D2B85D; }
a { background-color: rgb(210,184,93); }
div.DivClassName
{
background-color: #D2B85D;
}
.BgClassName
{
background-color: #D2B85D;
}
</style>
border-color css
<style>
span { border-color: #D2B85D; }
span { border-color: rgb(210,184,93); }
td.TdClassName
{
border-color: #D2B85D;
}
.TagClassName
{
border-color: #D2B85D;
}
</style>