Html Css Color HEX #DB3D06 Harley Davidson Orange
📋 copy color: '#DB3D06'red 219 ◦ green 61 ◦ blue 6
Shades of Harley Davidson Orange #DB3D06
Tints of Harley Davidson Orange #DB3D06
RGB
CMYK
RGB Variations
Color information
#DB3D06 (or 0xDB3D06) is known color: Harley Davidson Orange. HEX triplet: DB, 3D and 06. RGB value is (219,61,6). Sum of RGB (Red+Green+Blue) = 219+61+6=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3D06 is #24C2F9. Grayscale: #666666. Windows color (decimal): -2409210 or 409051. OLE color: 409051.
HSL color Cylindrical-coordinate representation of color #DB3D06: hue angle of 15.49º 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 #DB3D06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.14 |
| HSL | 15.49º | 0.95% | 0.44% | - |
| HSV(B) | 15.49º | 0.97% | 0.86% | - |
| XYZ | 30.92 | 18.41 | 2.1 | - |
| YUV | 101.97 | 73.85 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 6 | 0 | 0.72 | 0.97 | 0.14 | 15.49 | 0.95 | 0.44 |
| Hex | DB | 3D | 6 | 0 | 48 | 61 | E | F | 5F | 2C |
| Octal | 333 | 75 | 6 | 0 | 110 | 141 | 16 | 17 | 137 | 54 |
| Binary | 11011011 | 111101 | 110 | 0 | 1001000 | 1100001 | 1110 | 1111 | 1011111 | 101100 |
Color Harmonies of #DB3D06
Complementary color
Monochromatic Colors of #DB3D06
Black with #DB3D06
Text Example
Text Example
White with #DB3D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D06; }
p { color: rgb(219,61,6); }
H1.HeaderClassName
{
color: #DB3D06;
}
.AnyTagClassName
{
color: #DB3D06;
}
</style>
background-color css
<style>
a { background-color: #DB3D06; }
a { background-color: rgb(219,61,6); }
div.DivClassName
{
background-color: #DB3D06;
}
.BgClassName
{
background-color: #DB3D06;
}
</style>
border-color css
<style>
span { border-color: #DB3D06; }
span { border-color: rgb(219,61,6); }
td.TdClassName
{
border-color: #DB3D06;
}
.TagClassName
{
border-color: #DB3D06;
}
</style>