Html Css Color HEX #CC4016 Harley Davidson Orange

📋 copy color: '#CC4016'

red 204 ◦ green 64 ◦ blue 22

#CC4016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CC4016

Tints of Harley Davidson Orange #CC4016

RGB

 RED value IS 204 (80.08% from 255) = 70.34%

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 70.34%
G = 22.07%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC4016 (or 0xCC4016) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 16. RGB value is (204,64,22). Sum of RGB (Red+Green+Blue) = 204+64+22=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4016 is #33BFE9. Grayscale: #656565. Windows color (decimal): -3391466 or 1458380. OLE color: 1458380.

HSL color Cylindrical-coordinate representation of color #CC4016: hue angle of 13.85º 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 #CC4016 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 22 -
CMYK 0 0.69 0.89 0.2
HSL 13.85º 0.81% 0.44% -
HSV(B) 13.85º 0.89% 0.8% -
XYZ 26.88 16.56 2.54 -
YUV 101.07 83.38 201.42 -
System Red Green Blue C M Y K H S L
Decimal 204 64 22 0 0.69 0.89 0.2 13.85 0.81 0.44
Hex CC 40 16 0 45 59 14 E 51 2C
Octal 314 100 26 0 105 131 24 16 121 54
Binary 11001100 1000000 10110 0 1000101 1011001 10100 1110 1010001 101100

Color Harmonies of #CC4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4016

Black with #CC4016

Text Example


Text Example

White with #CC4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4016; }

 p { color: rgb(204,64,22); }

 H1.HeaderClassName
 {
   color: #CC4016;
 }
 .AnyTagClassName
 {
   color: #CC4016;
 }
</style>

background-color css

<style>
 a { background-color: #CC4016; }

 a { background-color: rgb(204,64,22); }

 div.DivClassName
 {
   background-color: #CC4016;
 }
 .BgClassName
 {
   background-color: #CC4016;
 }
</style>

border-color css

<style>
 span { border-color: #CC4016; }

 span { border-color: rgb(204,64,22); }

 td.TdClassName
 {
   border-color: #CC4016;
 }
 .TagClassName
 {
   border-color: #CC4016;
 }
</style>