Html Css Color HEX #DB6F0C Mango Tango

📋 copy color: '#DB6F0C'

red 219 ◦ green 111 ◦ blue 12

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

Shades of Mango Tango #DB6F0C

Tints of Mango Tango #DB6F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

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

R = 64.04%
G = 32.46%
B = 3.51%

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

#DB6F0C (or 0xDB6F0C) is known color: Mango Tango. HEX triplet: DB, 6F and 0C. RGB value is (219,111,12). Sum of RGB (Red+Green+Blue) = 219+111+12=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6F0C is #2490F3. Grayscale: #848484. Windows color (decimal): -2396404 or 815067. OLE color: 815067.

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

Color convert

RGB 219 111 12 -
CMYK 0 0.49 0.95 0.14
HSL 28.7º 0.9% 0.45% -
HSV(B) 28.7º 0.95% 0.86% -
XYZ 34.96 26.46 3.61 -
YUV 132.01 60.28 190.05 -
System Red Green Blue C M Y K H S L
Decimal 219 111 12 0 0.49 0.95 0.14 28.7 0.9 0.45
Hex DB 6F C 0 31 5F E 1D 5A 2D
Octal 333 157 14 0 61 137 16 35 132 55
Binary 11011011 1101111 1100 0 110001 1011111 1110 11101 1011010 101101

Color Harmonies of #DB6F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F0C

Black with #DB6F0C

Text Example


Text Example

White with #DB6F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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