Shades of Tenne (Tawny) #D25D00
Tints of Tenne (Tawny) #D25D00
RGB
CMYK
RGB Variations
Color information
#D25D00 (or 0xD25D00) is known color: Tenne (Tawny). HEX triplet: D2, 5D and 00. RGB value is (210,93,0). Sum of RGB (Red+Green+Blue) = 210+93+0=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D00 is #2DA2FF. Grayscale: #757575. Windows color (decimal): -2990848 or 24018. OLE color: 24018.
HSL color Cylindrical-coordinate representation of color #D25D00: hue angle of 26.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D25D00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.18 |
| HSL | 26.57º | 1% | 0.41% | - |
| HSV(B) | 26.57º | 1% | 0.82% | - |
| XYZ | 30.49 | 21.53 | 2.55 | - |
| YUV | 117.38 | 61.76 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 0 | 0 | 0.56 | 1 | 0.18 | 26.57 | 1 | 0.41 |
| Hex | D2 | 5D | 0 | 0 | 38 | 64 | 12 | 1B | 64 | 29 |
| Octal | 322 | 135 | 0 | 0 | 70 | 144 | 22 | 33 | 144 | 51 |
| Binary | 11010010 | 1011101 | 0 | 0 | 111000 | 1100100 | 10010 | 11011 | 1100100 | 101001 |
Color Harmonies of #D25D00
Complementary color
Monochromatic Colors of #D25D00
Black with #D25D00
Text Example
Text Example
White with #D25D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D00; }
p { color: rgb(210,93,0); }
H1.HeaderClassName
{
color: #D25D00;
}
.AnyTagClassName
{
color: #D25D00;
}
</style>
background-color css
<style>
a { background-color: #D25D00; }
a { background-color: rgb(210,93,0); }
div.DivClassName
{
background-color: #D25D00;
}
.BgClassName
{
background-color: #D25D00;
}
</style>
border-color css
<style>
span { border-color: #D25D00; }
span { border-color: rgb(210,93,0); }
td.TdClassName
{
border-color: #D25D00;
}
.TagClassName
{
border-color: #D25D00;
}
</style>