Html Css Color HEX #DB820C Mango Tango

📋 copy color: '#DB820C'

red 219 ◦ green 130 ◦ blue 12

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

Shades of Mango Tango #DB820C

Tints of Mango Tango #DB820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 60.66%
G = 36.01%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB820C (or 0xDB820C) is known color: Mango Tango. HEX triplet: DB, 82 and 0C. RGB value is (219,130,12). Sum of RGB (Red+Green+Blue) = 219+130+12=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB820C is #247DF3. Grayscale: #8F8F8F. Windows color (decimal): -2391540 or 819931. OLE color: 819931.

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

Color convert

RGB 219 130 12 -
CMYK 0 0.41 0.95 0.14
HSL 34.2º 0.9% 0.45% -
HSV(B) 34.2º 0.95% 0.86% -
XYZ 37.26 31.05 4.38 -
YUV 143.16 53.99 182.09 -
System Red Green Blue C M Y K H S L
Decimal 219 130 12 0 0.41 0.95 0.14 34.2 0.9 0.45
Hex DB 82 C 0 29 5F E 22 5A 2D
Octal 333 202 14 0 51 137 16 42 132 55
Binary 11011011 10000010 1100 0 101001 1011111 1110 100010 1011010 101101

Color Harmonies of #DB820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB820C

Black with #DB820C

Text Example


Text Example

White with #DB820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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