Shades of Tacha #D7C267
Tints of Tacha #D7C267
RGB
CMYK
RGB Variations
Color information
#D7C267 (or 0xD7C267) is known color: Tacha. HEX triplet: D7, C2 and 67. RGB value is (215,194,103). Sum of RGB (Red+Green+Blue) = 215+194+103=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C267 is #283D98. Grayscale: #BEBEBE. Windows color (decimal): -2637209 or 6800087. OLE color: 6800087.
HSL color Cylindrical-coordinate representation of color #D7C267: hue angle of 48.75º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7C267 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 103 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.16 |
| HSL | 48.75º | 0.58% | 0.62% | - |
| HSV(B) | 48.75º | 0.52% | 0.84% | - |
| XYZ | 49.76 | 54.01 | 20.63 | - |
| YUV | 189.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 103 | 0 | 0.10 | 0.52 | 0.16 | 48.75 | 0.58 | 0.62 |
| Hex | D7 | C2 | 67 | 0 | A | 34 | 10 | 31 | 3A | 3E |
| Octal | 327 | 302 | 147 | 0 | 12 | 64 | 20 | 61 | 72 | 76 |
| Binary | 11010111 | 11000010 | 1100111 | 0 | 1010 | 110100 | 10000 | 110001 | 111010 | 111110 |
Color Harmonies of #D7C267
Complementary color
Monochromatic Colors of #D7C267
Black with #D7C267
Text Example
Text Example
White with #D7C267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C267; }
p { color: rgb(215,194,103); }
H1.HeaderClassName
{
color: #D7C267;
}
.AnyTagClassName
{
color: #D7C267;
}
</style>
background-color css
<style>
a { background-color: #D7C267; }
a { background-color: rgb(215,194,103); }
div.DivClassName
{
background-color: #D7C267;
}
.BgClassName
{
background-color: #D7C267;
}
</style>
border-color css
<style>
span { border-color: #D7C267; }
span { border-color: rgb(215,194,103); }
td.TdClassName
{
border-color: #D7C267;
}
.TagClassName
{
border-color: #D7C267;
}
</style>