Shades of Tacha #D1B85C
Tints of Tacha #D1B85C
RGB
CMYK
RGB Variations
Color information
#D1B85C (or 0xD1B85C) is known color: Tacha. HEX triplet: D1, B8 and 5C. RGB value is (209,184,92). Sum of RGB (Red+Green+Blue) = 209+184+92=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B85C is #2E47A3. Grayscale: #B5B5B5. Windows color (decimal): -3032996 or 6076625. OLE color: 6076625.
HSL color Cylindrical-coordinate representation of color #D1B85C: hue angle of 47.18º degrees, saturation: 0.56, 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 #D1B85C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 92 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.18 |
| HSL | 47.18º | 0.56% | 0.59% | - |
| HSV(B) | 47.18º | 0.56% | 0.82% | - |
| XYZ | 45.37 | 48.61 | 17.12 | - |
| YUV | 180.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 92 | 0 | 0.12 | 0.56 | 0.18 | 47.18 | 0.56 | 0.59 |
| Hex | D1 | B8 | 5C | 0 | C | 38 | 12 | 2F | 38 | 3B |
| Octal | 321 | 270 | 134 | 0 | 14 | 70 | 22 | 57 | 70 | 73 |
| Binary | 11010001 | 10111000 | 1011100 | 0 | 1100 | 111000 | 10010 | 101111 | 111000 | 111011 |
Color Harmonies of #D1B85C
Complementary color
Monochromatic Colors of #D1B85C
Black with #D1B85C
Text Example
Text Example
White with #D1B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B85C; }
p { color: rgb(209,184,92); }
H1.HeaderClassName
{
color: #D1B85C;
}
.AnyTagClassName
{
color: #D1B85C;
}
</style>
background-color css
<style>
a { background-color: #D1B85C; }
a { background-color: rgb(209,184,92); }
div.DivClassName
{
background-color: #D1B85C;
}
.BgClassName
{
background-color: #D1B85C;
}
</style>
border-color css
<style>
span { border-color: #D1B85C; }
span { border-color: rgb(209,184,92); }
td.TdClassName
{
border-color: #D1B85C;
}
.TagClassName
{
border-color: #D1B85C;
}
</style>