Shades of Tenne (Tawny) #D25305
Tints of Tenne (Tawny) #D25305
RGB
CMYK
RGB Variations
Color information
#D25305 (or 0xD25305) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 05. RGB value is (210,83,5). Sum of RGB (Red+Green+Blue) = 210+83+5=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D25305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25305 is #2DACFA. Grayscale: #707070. Windows color (decimal): -2993403 or 349138. OLE color: 349138.
HSL color Cylindrical-coordinate representation of color #D25305: hue angle of 22.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D25305 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.18 |
| HSL | 22.83º | 0.95% | 0.42% | - |
| HSV(B) | 22.83º | 0.98% | 0.82% | - |
| XYZ | 29.7 | 19.9 | 2.42 | - |
| YUV | 112.08 | 67.58 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 5 | 0 | 0.60 | 0.98 | 0.18 | 22.83 | 0.95 | 0.42 |
| Hex | D2 | 53 | 5 | 0 | 3C | 62 | 12 | 17 | 5F | 2A |
| Octal | 322 | 123 | 5 | 0 | 74 | 142 | 22 | 27 | 137 | 52 |
| Binary | 11010010 | 1010011 | 101 | 0 | 111100 | 1100010 | 10010 | 10111 | 1011111 | 101010 |
Color Harmonies of #D25305
Complementary color
Monochromatic Colors of #D25305
Black with #D25305
Text Example
Text Example
White with #D25305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25305; }
p { color: rgb(210,83,5); }
H1.HeaderClassName
{
color: #D25305;
}
.AnyTagClassName
{
color: #D25305;
}
</style>
background-color css
<style>
a { background-color: #D25305; }
a { background-color: rgb(210,83,5); }
div.DivClassName
{
background-color: #D25305;
}
.BgClassName
{
background-color: #D25305;
}
</style>
border-color css
<style>
span { border-color: #D25305; }
span { border-color: rgb(210,83,5); }
td.TdClassName
{
border-color: #D25305;
}
.TagClassName
{
border-color: #D25305;
}
</style>