Html Css Color HEX #DB830C Mango Tango

📋 copy color: '#DB830C'

red 219 ◦ green 131 ◦ blue 12

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

Shades of Mango Tango #DB830C

Tints of Mango Tango #DB830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 60.5%
G = 36.19%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB830C (or 0xDB830C) is known color: Mango Tango. HEX triplet: DB, 83 and 0C. RGB value is (219,131,12). Sum of RGB (Red+Green+Blue) = 219+131+12=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB830C is #247CF3. Grayscale: #909090. Windows color (decimal): -2391284 or 820187. OLE color: 820187.

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

Color convert

RGB 219 131 12 -
CMYK 0 0.40 0.95 0.14
HSL 34.49º 0.9% 0.45% -
HSV(B) 34.49º 0.95% 0.86% -
XYZ 37.4 31.32 4.42 -
YUV 143.75 53.65 181.68 -
System Red Green Blue C M Y K H S L
Decimal 219 131 12 0 0.40 0.95 0.14 34.49 0.9 0.45
Hex DB 83 C 0 28 5F E 22 5A 2D
Octal 333 203 14 0 50 137 16 42 132 55
Binary 11011011 10000011 1100 0 101000 1011111 1110 100010 1011010 101101

Color Harmonies of #DB830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB830C

Black with #DB830C

Text Example


Text Example

White with #DB830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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