Shades of Tenne (Tawny) #D24B05
Tints of Tenne (Tawny) #D24B05
RGB
CMYK
RGB Variations
Color information
#D24B05 (or 0xD24B05) is known color: Tenne (Tawny). HEX triplet: D2, 4B and 05. RGB value is (210,75,5). Sum of RGB (Red+Green+Blue) = 210+75+5=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24B05 is #2DB4FA. Grayscale: #6B6B6B. Windows color (decimal): -2995451 or 347090. OLE color: 347090.
HSL color Cylindrical-coordinate representation of color #D24B05: hue angle of 20.49º 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 #D24B05 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.18 |
| HSL | 20.49º | 0.95% | 0.42% | - |
| HSV(B) | 20.49º | 0.98% | 0.82% | - |
| XYZ | 29.12 | 18.74 | 2.23 | - |
| YUV | 107.39 | 70.23 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 5 | 0 | 0.64 | 0.98 | 0.18 | 20.49 | 0.95 | 0.42 |
| Hex | D2 | 4B | 5 | 0 | 40 | 62 | 12 | 14 | 5F | 2A |
| Octal | 322 | 113 | 5 | 0 | 100 | 142 | 22 | 24 | 137 | 52 |
| Binary | 11010010 | 1001011 | 101 | 0 | 1000000 | 1100010 | 10010 | 10100 | 1011111 | 101010 |
Color Harmonies of #D24B05
Complementary color
Monochromatic Colors of #D24B05
Black with #D24B05
Text Example
Text Example
White with #D24B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24B05; }
p { color: rgb(210,75,5); }
H1.HeaderClassName
{
color: #D24B05;
}
.AnyTagClassName
{
color: #D24B05;
}
</style>
background-color css
<style>
a { background-color: #D24B05; }
a { background-color: rgb(210,75,5); }
div.DivClassName
{
background-color: #D24B05;
}
.BgClassName
{
background-color: #D24B05;
}
</style>
border-color css
<style>
span { border-color: #D24B05; }
span { border-color: rgb(210,75,5); }
td.TdClassName
{
border-color: #D24B05;
}
.TagClassName
{
border-color: #D24B05;
}
</style>