Html Css Color HEX #DB4B16 Harley Davidson Orange
📋 copy color: '#DB4B16'red 219 ◦ green 75 ◦ blue 22
Shades of Harley Davidson Orange #DB4B16
Tints of Harley Davidson Orange #DB4B16
RGB
CMYK
RGB Variations
Color information
#DB4B16 (or 0xDB4B16) is known color: Harley Davidson Orange. HEX triplet: DB, 4B and 16. RGB value is (219,75,22). Sum of RGB (Red+Green+Blue) = 219+75+22=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B16 is #24B4E9. Grayscale: #707070. Windows color (decimal): -2405610 or 1461211. OLE color: 1461211.
HSL color Cylindrical-coordinate representation of color #DB4B16: hue angle of 16.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB4B16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.14 |
| HSL | 16.14º | 0.82% | 0.47% | - |
| HSV(B) | 16.14º | 0.9% | 0.86% | - |
| XYZ | 31.87 | 20.15 | 2.97 | - |
| YUV | 112.01 | 77.21 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 22 | 0 | 0.66 | 0.90 | 0.14 | 16.14 | 0.82 | 0.47 |
| Hex | DB | 4B | 16 | 0 | 42 | 5A | E | 10 | 52 | 2F |
| Octal | 333 | 113 | 26 | 0 | 102 | 132 | 16 | 20 | 122 | 57 |
| Binary | 11011011 | 1001011 | 10110 | 0 | 1000010 | 1011010 | 1110 | 10000 | 1010010 | 101111 |
Color Harmonies of #DB4B16
Complementary color
Monochromatic Colors of #DB4B16
Black with #DB4B16
Text Example
Text Example
White with #DB4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B16; }
p { color: rgb(219,75,22); }
H1.HeaderClassName
{
color: #DB4B16;
}
.AnyTagClassName
{
color: #DB4B16;
}
</style>
background-color css
<style>
a { background-color: #DB4B16; }
a { background-color: rgb(219,75,22); }
div.DivClassName
{
background-color: #DB4B16;
}
.BgClassName
{
background-color: #DB4B16;
}
</style>
border-color css
<style>
span { border-color: #DB4B16; }
span { border-color: rgb(219,75,22); }
td.TdClassName
{
border-color: #DB4B16;
}
.TagClassName
{
border-color: #DB4B16;
}
</style>