Html Css Color HEX #DB430B Harley Davidson Orange
📋 copy color: '#DB430B'red 219 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #DB430B
Tints of Harley Davidson Orange #DB430B
RGB
CMYK
RGB Variations
Color information
#DB430B (or 0xDB430B) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 0B. RGB value is (219,67,11). Sum of RGB (Red+Green+Blue) = 219+67+11=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB430B is #24BCF4. Grayscale: #6A6A6A. Windows color (decimal): -2407669 or 738267. OLE color: 738267.
HSL color Cylindrical-coordinate representation of color #DB430B: hue angle of 16.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB430B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.14 |
| HSL | 16.15º | 0.9% | 0.45% | - |
| HSV(B) | 16.15º | 0.95% | 0.86% | - |
| XYZ | 31.28 | 19.1 | 2.35 | - |
| YUV | 106.06 | 74.36 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 11 | 0 | 0.69 | 0.95 | 0.14 | 16.15 | 0.9 | 0.45 |
| Hex | DB | 43 | B | 0 | 45 | 5F | E | 10 | 5A | 2D |
| Octal | 333 | 103 | 13 | 0 | 105 | 137 | 16 | 20 | 132 | 55 |
| Binary | 11011011 | 1000011 | 1011 | 0 | 1000101 | 1011111 | 1110 | 10000 | 1011010 | 101101 |
Color Harmonies of #DB430B
Complementary color
Monochromatic Colors of #DB430B
Black with #DB430B
Text Example
Text Example
White with #DB430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB430B; }
p { color: rgb(219,67,11); }
H1.HeaderClassName
{
color: #DB430B;
}
.AnyTagClassName
{
color: #DB430B;
}
</style>
background-color css
<style>
a { background-color: #DB430B; }
a { background-color: rgb(219,67,11); }
div.DivClassName
{
background-color: #DB430B;
}
.BgClassName
{
background-color: #DB430B;
}
</style>
border-color css
<style>
span { border-color: #DB430B; }
span { border-color: rgb(219,67,11); }
td.TdClassName
{
border-color: #DB430B;
}
.TagClassName
{
border-color: #DB430B;
}
</style>