Shades of Tenne (Tawny) #D24700
Tints of Tenne (Tawny) #D24700
RGB
CMYK
RGB Variations
Color information
#D24700 (or 0xD24700) is known color: Tenne (Tawny). HEX triplet: D2, 47 and 00. RGB value is (210,71,0). Sum of RGB (Red+Green+Blue) = 210+71+0=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D24700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24700 is #2DB8FF. Grayscale: #686868. Windows color (decimal): -2996480 or 18386. OLE color: 18386.
HSL color Cylindrical-coordinate representation of color #D24700: hue angle of 20.29º 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 #D24700 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.18 |
| HSL | 20.29º | 1% | 0.41% | - |
| HSV(B) | 20.29º | 1% | 0.82% | - |
| XYZ | 28.83 | 18.21 | 1.99 | - |
| YUV | 104.47 | 69.05 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 0 | 0 | 0.66 | 1 | 0.18 | 20.29 | 1 | 0.41 |
| Hex | D2 | 47 | 0 | 0 | 42 | 64 | 12 | 14 | 64 | 29 |
| Octal | 322 | 107 | 0 | 0 | 102 | 144 | 22 | 24 | 144 | 51 |
| Binary | 11010010 | 1000111 | 0 | 0 | 1000010 | 1100100 | 10010 | 10100 | 1100100 | 101001 |
Color Harmonies of #D24700
Complementary color
Monochromatic Colors of #D24700
Black with #D24700
Text Example
Text Example
White with #D24700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24700; }
p { color: rgb(210,71,0); }
H1.HeaderClassName
{
color: #D24700;
}
.AnyTagClassName
{
color: #D24700;
}
</style>
background-color css
<style>
a { background-color: #D24700; }
a { background-color: rgb(210,71,0); }
div.DivClassName
{
background-color: #D24700;
}
.BgClassName
{
background-color: #D24700;
}
</style>
border-color css
<style>
span { border-color: #D24700; }
span { border-color: rgb(210,71,0); }
td.TdClassName
{
border-color: #D24700;
}
.TagClassName
{
border-color: #D24700;
}
</style>