Html Css Color HEX #DB800C Mango Tango

📋 copy color: '#DB800C'

red 219 ◦ green 128 ◦ blue 12

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

Shades of Mango Tango #DB800C

Tints of Mango Tango #DB800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

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

R = 61%
G = 35.65%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB800C (or 0xDB800C) is known color: Mango Tango. HEX triplet: DB, 80 and 0C. RGB value is (219,128,12). Sum of RGB (Red+Green+Blue) = 219+128+12=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB800C is #247FF3. Grayscale: #8E8E8E. Windows color (decimal): -2392052 or 819419. OLE color: 819419.

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

Color convert

RGB 219 128 12 -
CMYK 0 0.42 0.95 0.14
HSL 33.62º 0.9% 0.45% -
HSV(B) 33.62º 0.95% 0.86% -
XYZ 37 30.52 4.29 -
YUV 141.99 54.65 182.93 -
System Red Green Blue C M Y K H S L
Decimal 219 128 12 0 0.42 0.95 0.14 33.62 0.9 0.45
Hex DB 80 C 0 2A 5F E 22 5A 2D
Octal 333 200 14 0 52 137 16 42 132 55
Binary 11011011 10000000 1100 0 101010 1011111 1110 100010 1011010 101101

Color Harmonies of #DB800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB800C

Black with #DB800C

Text Example


Text Example

White with #DB800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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