Html Css Color HEX #DB430C Harley Davidson Orange

📋 copy color: '#DB430C'

red 219 ◦ green 67 ◦ blue 12

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

Shades of Harley Davidson Orange #DB430C

Tints of Harley Davidson Orange #DB430C

RGB

 RED value IS 219 (85.94% from 255) = 73.49%

 GREEN value IS 67 (26.56% from 255) = 22.48%

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 73.49%
G = 22.48%
B = 4.03%

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

#DB430C (or 0xDB430C) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 0C. RGB value is (219,67,12). Sum of RGB (Red+Green+Blue) = 219+67+12=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB430C is #24BCF3. Grayscale: #6A6A6A. Windows color (decimal): -2407668 or 803803. OLE color: 803803.

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

Color convert

RGB 219 67 12 -
CMYK 0 0.69 0.95 0.14
HSL 15.94º 0.9% 0.45% -
HSV(B) 15.94º 0.95% 0.86% -
XYZ 31.29 19.1 2.39 -
YUV 106.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 219 67 12 0 0.69 0.95 0.14 15.94 0.9 0.45
Hex DB 43 C 0 45 5F E 10 5A 2D
Octal 333 103 14 0 105 137 16 20 132 55
Binary 11011011 1000011 1100 0 1000101 1011111 1110 10000 1011010 101101

Color Harmonies of #DB430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB430C

Black with #DB430C

Text Example


Text Example

White with #DB430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB430C; }

 p { color: rgb(219,67,12); }

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

background-color css

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

 a { background-color: rgb(219,67,12); }

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

border-color css

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

 span { border-color: rgb(219,67,12); }

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