Shades of Tenne (Tawny) #D25D02
Tints of Tenne (Tawny) #D25D02
RGB
CMYK
RGB Variations
Color information
#D25D02 (or 0xD25D02) is known color: Tenne (Tawny). HEX triplet: D2, 5D and 02. RGB value is (210,93,2). Sum of RGB (Red+Green+Blue) = 210+93+2=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D02 is #2DA2FD. Grayscale: #767676. Windows color (decimal): -2990846 or 155090. OLE color: 155090.
HSL color Cylindrical-coordinate representation of color #D25D02: hue angle of 26.25º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D25D02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.18 |
| HSL | 26.25º | 0.98% | 0.42% | - |
| HSV(B) | 26.25º | 0.99% | 0.82% | - |
| XYZ | 30.5 | 21.53 | 2.61 | - |
| YUV | 117.61 | 62.76 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 2 | 0 | 0.56 | 0.99 | 0.18 | 26.25 | 0.98 | 0.42 |
| Hex | D2 | 5D | 2 | 0 | 38 | 63 | 12 | 1A | 62 | 2A |
| Octal | 322 | 135 | 2 | 0 | 70 | 143 | 22 | 32 | 142 | 52 |
| Binary | 11010010 | 1011101 | 10 | 0 | 111000 | 1100011 | 10010 | 11010 | 1100010 | 101010 |
Color Harmonies of #D25D02
Complementary color
Monochromatic Colors of #D25D02
Black with #D25D02
Text Example
Text Example
White with #D25D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D02; }
p { color: rgb(210,93,2); }
H1.HeaderClassName
{
color: #D25D02;
}
.AnyTagClassName
{
color: #D25D02;
}
</style>
background-color css
<style>
a { background-color: #D25D02; }
a { background-color: rgb(210,93,2); }
div.DivClassName
{
background-color: #D25D02;
}
.BgClassName
{
background-color: #D25D02;
}
</style>
border-color css
<style>
span { border-color: #D25D02; }
span { border-color: rgb(210,93,2); }
td.TdClassName
{
border-color: #D25D02;
}
.TagClassName
{
border-color: #D25D02;
}
</style>