Shades of Tenne (Tawny) #DB4B02
Tints of Tenne (Tawny) #DB4B02
RGB
CMYK
RGB Variations
Color information
#DB4B02 (or 0xDB4B02) is known color: Tenne (Tawny). HEX triplet: DB, 4B and 02. RGB value is (219,75,2). Sum of RGB (Red+Green+Blue) = 219+75+2=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B02 is #24B4FD. Grayscale: #6E6E6E. Windows color (decimal): -2405630 or 150491. OLE color: 150491.
HSL color Cylindrical-coordinate representation of color #DB4B02: hue angle of 20.18º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB4B02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.14 |
| HSL | 20.18º | 0.98% | 0.43% | - |
| HSV(B) | 20.18º | 0.99% | 0.86% | - |
| XYZ | 31.74 | 20.1 | 2.26 | - |
| YUV | 109.73 | 67.21 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 2 | 0 | 0.66 | 0.99 | 0.14 | 20.18 | 0.98 | 0.43 |
| Hex | DB | 4B | 2 | 0 | 42 | 63 | E | 14 | 62 | 2B |
| Octal | 333 | 113 | 2 | 0 | 102 | 143 | 16 | 24 | 142 | 53 |
| Binary | 11011011 | 1001011 | 10 | 0 | 1000010 | 1100011 | 1110 | 10100 | 1100010 | 101011 |
Color Harmonies of #DB4B02
Complementary color
Monochromatic Colors of #DB4B02
Black with #DB4B02
Text Example
Text Example
White with #DB4B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B02; }
p { color: rgb(219,75,2); }
H1.HeaderClassName
{
color: #DB4B02;
}
.AnyTagClassName
{
color: #DB4B02;
}
</style>
background-color css
<style>
a { background-color: #DB4B02; }
a { background-color: rgb(219,75,2); }
div.DivClassName
{
background-color: #DB4B02;
}
.BgClassName
{
background-color: #DB4B02;
}
</style>
border-color css
<style>
span { border-color: #DB4B02; }
span { border-color: rgb(219,75,2); }
td.TdClassName
{
border-color: #DB4B02;
}
.TagClassName
{
border-color: #DB4B02;
}
</style>