Shades of Tacha #D2BD69
Tints of Tacha #D2BD69
RGB
CMYK
RGB Variations
Color information
#D2BD69 (or 0xD2BD69) is known color: Tacha. HEX triplet: D2, BD and 69. RGB value is (210,189,105). Sum of RGB (Red+Green+Blue) = 210+189+105=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD69 is #2D4296. Grayscale: #BABABA. Windows color (decimal): -2966167 or 6929874. OLE color: 6929874.
HSL color Cylindrical-coordinate representation of color #D2BD69: hue angle of 48º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2BD69 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 105 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.18 |
| HSL | 48º | 0.54% | 0.62% | - |
| HSV(B) | 48º | 0.5% | 0.82% | - |
| XYZ | 47.33 | 51.12 | 20.74 | - |
| YUV | 185.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 105 | 0 | 0.10 | 0.50 | 0.18 | 48 | 0.54 | 0.62 |
| Hex | D2 | BD | 69 | 0 | A | 32 | 12 | 30 | 36 | 3E |
| Octal | 322 | 275 | 151 | 0 | 12 | 62 | 22 | 60 | 66 | 76 |
| Binary | 11010010 | 10111101 | 1101001 | 0 | 1010 | 110010 | 10010 | 110000 | 110110 | 111110 |
Color Harmonies of #D2BD69
Complementary color
Monochromatic Colors of #D2BD69
Black with #D2BD69
Text Example
Text Example
White with #D2BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD69; }
p { color: rgb(210,189,105); }
H1.HeaderClassName
{
color: #D2BD69;
}
.AnyTagClassName
{
color: #D2BD69;
}
</style>
background-color css
<style>
a { background-color: #D2BD69; }
a { background-color: rgb(210,189,105); }
div.DivClassName
{
background-color: #D2BD69;
}
.BgClassName
{
background-color: #D2BD69;
}
</style>
border-color css
<style>
span { border-color: #D2BD69; }
span { border-color: rgb(210,189,105); }
td.TdClassName
{
border-color: #D2BD69;
}
.TagClassName
{
border-color: #D2BD69;
}
</style>