Html Css Color HEX #DC440B Harley Davidson Orange

📋 copy color: '#DC440B'

red 220 ◦ green 68 ◦ blue 11

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

Shades of Harley Davidson Orange #DC440B

Tints of Harley Davidson Orange #DC440B

RGB

 RED value IS 220 (86.33% from 255) = 73.58%

 GREEN value IS 68 (26.95% from 255) = 22.74%

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 73.58%
G = 22.74%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC440B (or 0xDC440B) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 0B. RGB value is (220,68,11). Sum of RGB (Red+Green+Blue) = 220+68+11=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC440B is #23BBF4. Grayscale: #6B6B6B. Windows color (decimal): -2341877 or 738524. OLE color: 738524.

HSL color Cylindrical-coordinate representation of color #DC440B: hue angle of 16.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC440B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 11 -
CMYK 0 0.69 0.95 0.14
HSL 16.36º 0.9% 0.45% -
HSV(B) 16.36º 0.95% 0.86% -
XYZ 31.64 19.37 2.39 -
YUV 106.95 73.86 208.63 -
System Red Green Blue C M Y K H S L
Decimal 220 68 11 0 0.69 0.95 0.14 16.36 0.9 0.45
Hex DC 44 B 0 45 5F E 10 5A 2D
Octal 334 104 13 0 105 137 16 20 132 55
Binary 11011100 1000100 1011 0 1000101 1011111 1110 10000 1011010 101101

Color Harmonies of #DC440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC440B

Black with #DC440B

Text Example


Text Example

White with #DC440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC440B; }

 p { color: rgb(220,68,11); }

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

background-color css

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

 a { background-color: rgb(220,68,11); }

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

border-color css

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

 span { border-color: rgb(220,68,11); }

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