Shades of Tenne (Tawny) #D84B04
Tints of Tenne (Tawny) #D84B04
RGB
CMYK
RGB Variations
Color information
#D84B04 (or 0xD84B04) is known color: Tenne (Tawny). HEX triplet: D8, 4B and 04. RGB value is (216,75,4). Sum of RGB (Red+Green+Blue) = 216+75+4=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84B04 is #27B4FB. Grayscale: #6D6D6D. Windows color (decimal): -2602236 or 281560. OLE color: 281560.
HSL color Cylindrical-coordinate representation of color #D84B04: hue angle of 20.09º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D84B04 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.15 |
| HSL | 20.09º | 0.96% | 0.43% | - |
| HSV(B) | 20.09º | 0.98% | 0.85% | - |
| XYZ | 30.86 | 19.64 | 2.28 | - |
| YUV | 109.07 | 68.71 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 4 | 0 | 0.65 | 0.98 | 0.15 | 20.09 | 0.96 | 0.43 |
| Hex | D8 | 4B | 4 | 0 | 41 | 62 | F | 14 | 60 | 2B |
| Octal | 330 | 113 | 4 | 0 | 101 | 142 | 17 | 24 | 140 | 53 |
| Binary | 11011000 | 1001011 | 100 | 0 | 1000001 | 1100010 | 1111 | 10100 | 1100000 | 101011 |
Color Harmonies of #D84B04
Complementary color
Monochromatic Colors of #D84B04
Black with #D84B04
Text Example
Text Example
White with #D84B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B04; }
p { color: rgb(216,75,4); }
H1.HeaderClassName
{
color: #D84B04;
}
.AnyTagClassName
{
color: #D84B04;
}
</style>
background-color css
<style>
a { background-color: #D84B04; }
a { background-color: rgb(216,75,4); }
div.DivClassName
{
background-color: #D84B04;
}
.BgClassName
{
background-color: #D84B04;
}
</style>
border-color css
<style>
span { border-color: #D84B04; }
span { border-color: rgb(216,75,4); }
td.TdClassName
{
border-color: #D84B04;
}
.TagClassName
{
border-color: #D84B04;
}
</style>