Html Css Color HEX #DB3C06 Harley Davidson Orange
📋 copy color: '#DB3C06'red 219 ◦ green 60 ◦ blue 6
Shades of Harley Davidson Orange #DB3C06
Tints of Harley Davidson Orange #DB3C06
RGB
CMYK
RGB Variations
Color information
#DB3C06 (or 0xDB3C06) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 06. RGB value is (219,60,6). Sum of RGB (Red+Green+Blue) = 219+60+6=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C06 is #24C3F9. Grayscale: #656565. Windows color (decimal): -2409466 or 408795. OLE color: 408795.
HSL color Cylindrical-coordinate representation of color #DB3C06: hue angle of 15.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB3C06 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.14 |
| HSL | 15.21º | 0.95% | 0.44% | - |
| HSV(B) | 15.21º | 0.97% | 0.86% | - |
| XYZ | 30.86 | 18.3 | 2.08 | - |
| YUV | 101.39 | 74.18 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 6 | 0 | 0.73 | 0.97 | 0.14 | 15.21 | 0.95 | 0.44 |
| Hex | DB | 3C | 6 | 0 | 49 | 61 | E | F | 5F | 2C |
| Octal | 333 | 74 | 6 | 0 | 111 | 141 | 16 | 17 | 137 | 54 |
| Binary | 11011011 | 111100 | 110 | 0 | 1001001 | 1100001 | 1110 | 1111 | 1011111 | 101100 |
Color Harmonies of #DB3C06
Complementary color
Monochromatic Colors of #DB3C06
Black with #DB3C06
Text Example
Text Example
White with #DB3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C06; }
p { color: rgb(219,60,6); }
H1.HeaderClassName
{
color: #DB3C06;
}
.AnyTagClassName
{
color: #DB3C06;
}
</style>
background-color css
<style>
a { background-color: #DB3C06; }
a { background-color: rgb(219,60,6); }
div.DivClassName
{
background-color: #DB3C06;
}
.BgClassName
{
background-color: #DB3C06;
}
</style>
border-color css
<style>
span { border-color: #DB3C06; }
span { border-color: rgb(219,60,6); }
td.TdClassName
{
border-color: #DB3C06;
}
.TagClassName
{
border-color: #DB3C06;
}
</style>