Html Css Color HEX #DB700C Mango Tango

📋 copy color: '#DB700C'

red 219 ◦ green 112 ◦ blue 12

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

Shades of Mango Tango #DB700C

Tints of Mango Tango #DB700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 63.85%
G = 32.65%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB700C (or 0xDB700C) is known color: Mango Tango. HEX triplet: DB, 70 and 0C. RGB value is (219,112,12). Sum of RGB (Red+Green+Blue) = 219+112+12=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB700C is #248FF3. Grayscale: #858585. Windows color (decimal): -2396148 or 815323. OLE color: 815323.

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

Color convert

RGB 219 112 12 -
CMYK 0 0.49 0.95 0.14
HSL 28.99º 0.9% 0.45% -
HSV(B) 28.99º 0.95% 0.86% -
XYZ 35.07 26.67 3.65 -
YUV 132.59 59.95 189.63 -
System Red Green Blue C M Y K H S L
Decimal 219 112 12 0 0.49 0.95 0.14 28.99 0.9 0.45
Hex DB 70 C 0 31 5F E 1D 5A 2D
Octal 333 160 14 0 61 137 16 35 132 55
Binary 11011011 1110000 1100 0 110001 1011111 1110 11101 1011010 101101

Color Harmonies of #DB700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB700C

Black with #DB700C

Text Example


Text Example

White with #DB700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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