Shades of Tenne (Tawny) #D84A02
Tints of Tenne (Tawny) #D84A02
RGB
CMYK
RGB Variations
Color information
#D84A02 (or 0xD84A02) is known color: Tenne (Tawny). HEX triplet: D8, 4A and 02. RGB value is (216,74,2). Sum of RGB (Red+Green+Blue) = 216+74+2=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84A02 is #27B5FD. Grayscale: #6C6C6C. Windows color (decimal): -2602494 or 150232. OLE color: 150232.
HSL color Cylindrical-coordinate representation of color #D84A02: hue angle of 20.19º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D84A02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.15 |
| HSL | 20.19º | 0.98% | 0.43% | - |
| HSV(B) | 20.19º | 0.99% | 0.85% | - |
| XYZ | 30.78 | 19.5 | 2.2 | - |
| YUV | 108.25 | 68.04 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 2 | 0 | 0.66 | 0.99 | 0.15 | 20.19 | 0.98 | 0.43 |
| Hex | D8 | 4A | 2 | 0 | 42 | 63 | F | 14 | 62 | 2B |
| Octal | 330 | 112 | 2 | 0 | 102 | 143 | 17 | 24 | 142 | 53 |
| Binary | 11011000 | 1001010 | 10 | 0 | 1000010 | 1100011 | 1111 | 10100 | 1100010 | 101011 |
Color Harmonies of #D84A02
Complementary color
Monochromatic Colors of #D84A02
Black with #D84A02
Text Example
Text Example
White with #D84A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A02; }
p { color: rgb(216,74,2); }
H1.HeaderClassName
{
color: #D84A02;
}
.AnyTagClassName
{
color: #D84A02;
}
</style>
background-color css
<style>
a { background-color: #D84A02; }
a { background-color: rgb(216,74,2); }
div.DivClassName
{
background-color: #D84A02;
}
.BgClassName
{
background-color: #D84A02;
}
</style>
border-color css
<style>
span { border-color: #D84A02; }
span { border-color: rgb(216,74,2); }
td.TdClassName
{
border-color: #D84A02;
}
.TagClassName
{
border-color: #D84A02;
}
</style>