#D83C06

Color #D83C06 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D83C06

Tints of Harley Davidson Orange #D83C06

Color information

#D83C06 (or 0xD83C06) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 3C and 06. RGB value is (216,60,6). Sum of RGB (Red+Green+Blue) = 216+60+6=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83C06 is #27C3F9. Grayscale: #646464. Windows color (decimal): -2606074 or 408792. OLE color: 408792.

HSL color Cylindrical-coordinate representation of color #D83C06: hue angle of 15.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D83C06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB216606-
CMYK00.720.970.15
HSL15.43º94.59%43.53%-
HSV(B)15.43º97.22%84.71%-
XYZ29.9717.842.04-
YUV100.4974.68210.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.60%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 6 (2.73% from 255) = 2.13%
R=76.60%
G=21.28%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21660600.720.970.1515.4394.5943.53
HexD83C604861Ff5f2c
Octal3307460110141171713754
Binary11011000111100110010010001100001111111111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83C06; }

 p { color: rgb(216,60,6); }

 H1.HeaderClassName
 {
   color: #D83C06;
 }
 .AnyTagClassName
 {
   color: #D83C06;
 }
</style>
background-color css

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

 a { background-color: rgb(216,60,6); }

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

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

 span { border-color: rgb(216,60,6); }

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