Shades of Tacha #D5C25B
Tints of Tacha #D5C25B
RGB
CMYK
RGB Variations
Color information
#D5C25B (or 0xD5C25B) is known color: Tacha. HEX triplet: D5, C2 and 5B. RGB value is (213,194,91). Sum of RGB (Red+Green+Blue) = 213+194+91=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C25B is #2A3DA4. Grayscale: #BCBCBC. Windows color (decimal): -2768293 or 6013653. OLE color: 6013653.
HSL color Cylindrical-coordinate representation of color #D5C25B: hue angle of 50.66º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5C25B is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 194 | 91 | - |
CMYK | 0 | 0.09 | 0.57 | 0.16 |
HSL | 50.66º | 0.59% | 0.6% | - |
HSV(B) | 50.66º | 0.57% | 0.84% | - |
XYZ | 48.62 | 53.49 | 17.66 | - |
YUV | 187.94 | 73.29 | 145.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 194 | 91 | 0 | 0.09 | 0.57 | 0.16 | 50.66 | 0.59 | 0.6 |
Hex | D5 | C2 | 5B | 0 | 9 | 39 | 10 | 33 | 3B | 3C |
Octal | 325 | 302 | 133 | 0 | 11 | 71 | 20 | 63 | 73 | 74 |
Binary | 11010101 | 11000010 | 1011011 | 0 | 1001 | 111001 | 10000 | 110011 | 111011 | 111100 |
Color Harmonies of #D5C25B
Complementary color
Monochromatic Colors of #D5C25B
Black with #D5C25B
Text Example
Text Example
White with #D5C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C25B; }
p { color: rgb(213,194,91); }
H1.HeaderClassName
{
color: #D5C25B;
}
.AnyTagClassName
{
color: #D5C25B;
}
</style>
background-color css
<style>
a { background-color: #D5C25B; }
a { background-color: rgb(213,194,91); }
div.DivClassName
{
background-color: #D5C25B;
}
.BgClassName
{
background-color: #D5C25B;
}
</style>
border-color css
<style>
span { border-color: #D5C25B; }
span { border-color: rgb(213,194,91); }
td.TdClassName
{
border-color: #D5C25B;
}
.TagClassName
{
border-color: #D5C25B;
}
</style>