Shades of Tenne (Tawny) #D45A02
Tints of Tenne (Tawny) #D45A02
RGB
CMYK
RGB Variations
Color information
#D45A02 (or 0xD45A02) is known color: Tenne (Tawny). HEX triplet: D4, 5A and 02. RGB value is (212,90,2). Sum of RGB (Red+Green+Blue) = 212+90+2=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45A02 is #2BA5FD. Grayscale: #747474. Windows color (decimal): -2860542 or 154324. OLE color: 154324.
HSL color Cylindrical-coordinate representation of color #D45A02: hue angle of 25.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D45A02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.17 |
| HSL | 25.14º | 0.98% | 0.42% | - |
| HSV(B) | 25.14º | 0.99% | 0.83% | - |
| XYZ | 30.82 | 21.31 | 2.55 | - |
| YUV | 116.45 | 63.42 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 2 | 0 | 0.58 | 0.99 | 0.17 | 25.14 | 0.98 | 0.42 |
| Hex | D4 | 5A | 2 | 0 | 3A | 63 | 11 | 19 | 62 | 2A |
| Octal | 324 | 132 | 2 | 0 | 72 | 143 | 21 | 31 | 142 | 52 |
| Binary | 11010100 | 1011010 | 10 | 0 | 111010 | 1100011 | 10001 | 11001 | 1100010 | 101010 |
Color Harmonies of #D45A02
Complementary color
Monochromatic Colors of #D45A02
Black with #D45A02
Text Example
Text Example
White with #D45A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45A02; }
p { color: rgb(212,90,2); }
H1.HeaderClassName
{
color: #D45A02;
}
.AnyTagClassName
{
color: #D45A02;
}
</style>
background-color css
<style>
a { background-color: #D45A02; }
a { background-color: rgb(212,90,2); }
div.DivClassName
{
background-color: #D45A02;
}
.BgClassName
{
background-color: #D45A02;
}
</style>
border-color css
<style>
span { border-color: #D45A02; }
span { border-color: rgb(212,90,2); }
td.TdClassName
{
border-color: #D45A02;
}
.TagClassName
{
border-color: #D45A02;
}
</style>