Shades of Tacha #D1BE69
Tints of Tacha #D1BE69
RGB
CMYK
RGB Variations
Color information
#D1BE69 (or 0xD1BE69) is known color: Tacha. HEX triplet: D1, BE and 69. RGB value is (209,190,105). Sum of RGB (Red+Green+Blue) = 209+190+105=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE69 is #2E4196. Grayscale: #BABABA. Windows color (decimal): -3031447 or 6930129. OLE color: 6930129.
HSL color Cylindrical-coordinate representation of color #D1BE69: hue angle of 49.04º degrees, saturation: 0.53, 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 #D1BE69 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 105 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.18 |
| HSL | 49.04º | 0.53% | 0.62% | - |
| HSV(B) | 49.04º | 0.5% | 0.82% | - |
| XYZ | 47.26 | 51.4 | 20.8 | - |
| YUV | 185.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 105 | 0 | 0.09 | 0.50 | 0.18 | 49.04 | 0.53 | 0.62 |
| Hex | D1 | BE | 69 | 0 | 9 | 32 | 12 | 31 | 35 | 3E |
| Octal | 321 | 276 | 151 | 0 | 11 | 62 | 22 | 61 | 65 | 76 |
| Binary | 11010001 | 10111110 | 1101001 | 0 | 1001 | 110010 | 10010 | 110001 | 110101 | 111110 |
Color Harmonies of #D1BE69
Complementary color
Monochromatic Colors of #D1BE69
Black with #D1BE69
Text Example
Text Example
White with #D1BE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE69; }
p { color: rgb(209,190,105); }
H1.HeaderClassName
{
color: #D1BE69;
}
.AnyTagClassName
{
color: #D1BE69;
}
</style>
background-color css
<style>
a { background-color: #D1BE69; }
a { background-color: rgb(209,190,105); }
div.DivClassName
{
background-color: #D1BE69;
}
.BgClassName
{
background-color: #D1BE69;
}
</style>
border-color css
<style>
span { border-color: #D1BE69; }
span { border-color: rgb(209,190,105); }
td.TdClassName
{
border-color: #D1BE69;
}
.TagClassName
{
border-color: #D1BE69;
}
</style>