Html Css Color HEX #CC4916 Harley Davidson Orange
📋 copy color: '#CC4916'red 204 ◦ green 73 ◦ blue 22
Shades of Harley Davidson Orange #CC4916
Tints of Harley Davidson Orange #CC4916
RGB
CMYK
RGB Variations
Color information
#CC4916 (or 0xCC4916) is known color: Harley Davidson Orange. HEX triplet: CC, 49 and 16. RGB value is (204,73,22). Sum of RGB (Red+Green+Blue) = 204+73+22=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4916 is #33B6E9. Grayscale: #6A6A6A. Windows color (decimal): -3389162 or 1460684. OLE color: 1460684.
HSL color Cylindrical-coordinate representation of color #CC4916: hue angle of 16.81º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC4916 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 22 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.2 |
| HSL | 16.81º | 0.81% | 0.44% | - |
| HSV(B) | 16.81º | 0.89% | 0.8% | - |
| XYZ | 27.43 | 17.66 | 2.72 | - |
| YUV | 106.36 | 80.4 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 22 | 0 | 0.64 | 0.89 | 0.2 | 16.81 | 0.81 | 0.44 |
| Hex | CC | 49 | 16 | 0 | 40 | 59 | 14 | 11 | 51 | 2C |
| Octal | 314 | 111 | 26 | 0 | 100 | 131 | 24 | 21 | 121 | 54 |
| Binary | 11001100 | 1001001 | 10110 | 0 | 1000000 | 1011001 | 10100 | 10001 | 1010001 | 101100 |
Color Harmonies of #CC4916
Complementary color
Monochromatic Colors of #CC4916
Black with #CC4916
Text Example
Text Example
White with #CC4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4916; }
p { color: rgb(204,73,22); }
H1.HeaderClassName
{
color: #CC4916;
}
.AnyTagClassName
{
color: #CC4916;
}
</style>
background-color css
<style>
a { background-color: #CC4916; }
a { background-color: rgb(204,73,22); }
div.DivClassName
{
background-color: #CC4916;
}
.BgClassName
{
background-color: #CC4916;
}
</style>
border-color css
<style>
span { border-color: #CC4916; }
span { border-color: rgb(204,73,22); }
td.TdClassName
{
border-color: #CC4916;
}
.TagClassName
{
border-color: #CC4916;
}
</style>