Html Css Color HEX #D72706 Harley Davidson Orange

📋 copy color: '#D72706'

red 215 ◦ green 39 ◦ blue 6

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

Shades of Harley Davidson Orange #D72706

Tints of Harley Davidson Orange #D72706

RGB

 RED value IS 215 (84.38% from 255) = 82.69%

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 82.69%
G = 15%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D72706 (or 0xD72706) is known color: Harley Davidson Orange. HEX triplet: D7, 27 and 06. RGB value is (215,39,6). Sum of RGB (Red+Green+Blue) = 215+39+6=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D72706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72706 is #28D8F9. Grayscale: #585858. Windows color (decimal): -2676986 or 403415. OLE color: 403415.

HSL color Cylindrical-coordinate representation of color #D72706: hue angle of 9.47º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D72706 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 39 6 -
CMYK 0 0.82 0.97 0.16
HSL 9.47º 0.95% 0.43% -
HSV(B) 9.47º 0.97% 0.84% -
XYZ 28.78 15.91 1.73 -
YUV 87.86 81.81 218.68 -
System Red Green Blue C M Y K H S L
Decimal 215 39 6 0 0.82 0.97 0.16 9.47 0.95 0.43
Hex D7 27 6 0 52 61 10 9 5F 2B
Octal 327 47 6 0 122 141 20 11 137 53
Binary 11010111 100111 110 0 1010010 1100001 10000 1001 1011111 101011

Color Harmonies of #D72706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72706

Black with #D72706

Text Example


Text Example

White with #D72706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72706; }

 p { color: rgb(215,39,6); }

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

background-color css

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

 a { background-color: rgb(215,39,6); }

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

border-color css

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

 span { border-color: rgb(215,39,6); }

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