Shades of Tacha #D7C262
Tints of Tacha #D7C262
RGB
CMYK
RGB Variations
Color information
#D7C262 (or 0xD7C262) is known color: Tacha. HEX triplet: D7, C2 and 62. RGB value is (215,194,98). Sum of RGB (Red+Green+Blue) = 215+194+98=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C262 is #283D9D. Grayscale: #BDBDBD. Windows color (decimal): -2637214 or 6472407. OLE color: 6472407.
HSL color Cylindrical-coordinate representation of color #D7C262: hue angle of 49.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7C262 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 98 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.16 |
| HSL | 49.23º | 0.59% | 0.61% | - |
| HSV(B) | 49.23º | 0.54% | 0.84% | - |
| XYZ | 49.52 | 53.91 | 19.35 | - |
| YUV | 189.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 98 | 0 | 0.10 | 0.54 | 0.16 | 49.23 | 0.59 | 0.61 |
| Hex | D7 | C2 | 62 | 0 | A | 36 | 10 | 31 | 3B | 3D |
| Octal | 327 | 302 | 142 | 0 | 12 | 66 | 20 | 61 | 73 | 75 |
| Binary | 11010111 | 11000010 | 1100010 | 0 | 1010 | 110110 | 10000 | 110001 | 111011 | 111101 |
Color Harmonies of #D7C262
Complementary color
Monochromatic Colors of #D7C262
Black with #D7C262
Text Example
Text Example
White with #D7C262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C262; }
p { color: rgb(215,194,98); }
H1.HeaderClassName
{
color: #D7C262;
}
.AnyTagClassName
{
color: #D7C262;
}
</style>
background-color css
<style>
a { background-color: #D7C262; }
a { background-color: rgb(215,194,98); }
div.DivClassName
{
background-color: #D7C262;
}
.BgClassName
{
background-color: #D7C262;
}
</style>
border-color css
<style>
span { border-color: #D7C262; }
span { border-color: rgb(215,194,98); }
td.TdClassName
{
border-color: #D7C262;
}
.TagClassName
{
border-color: #D7C262;
}
</style>