Shades of Tenne (Tawny) #D05A02
Tints of Tenne (Tawny) #D05A02
RGB
CMYK
RGB Variations
Color information
#D05A02 (or 0xD05A02) is known color: Tenne (Tawny). HEX triplet: D0, 5A and 02. RGB value is (208,90,2). Sum of RGB (Red+Green+Blue) = 208+90+2=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05A02 is #2FA5FD. Grayscale: #737373. Windows color (decimal): -3122686 or 154320. OLE color: 154320.
HSL color Cylindrical-coordinate representation of color #D05A02: hue angle of 25.63º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D05A02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.18 |
| HSL | 25.63º | 0.98% | 0.41% | - |
| HSV(B) | 25.63º | 0.99% | 0.82% | - |
| XYZ | 29.68 | 20.73 | 2.49 | - |
| YUV | 115.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 2 | 0 | 0.57 | 0.99 | 0.18 | 25.63 | 0.98 | 0.41 |
| Hex | D0 | 5A | 2 | 0 | 39 | 63 | 12 | 1A | 62 | 29 |
| Octal | 320 | 132 | 2 | 0 | 71 | 143 | 22 | 32 | 142 | 51 |
| Binary | 11010000 | 1011010 | 10 | 0 | 111001 | 1100011 | 10010 | 11010 | 1100010 | 101001 |
Color Harmonies of #D05A02
Complementary color
Monochromatic Colors of #D05A02
Black with #D05A02
Text Example
Text Example
White with #D05A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A02; }
p { color: rgb(208,90,2); }
H1.HeaderClassName
{
color: #D05A02;
}
.AnyTagClassName
{
color: #D05A02;
}
</style>
background-color css
<style>
a { background-color: #D05A02; }
a { background-color: rgb(208,90,2); }
div.DivClassName
{
background-color: #D05A02;
}
.BgClassName
{
background-color: #D05A02;
}
</style>
border-color css
<style>
span { border-color: #D05A02; }
span { border-color: rgb(208,90,2); }
td.TdClassName
{
border-color: #D05A02;
}
.TagClassName
{
border-color: #D05A02;
}
</style>