Html Css Color HEX #DB6F00 Mango Tango

📋 copy color: '#DB6F00'

red 219 ◦ green 111 ◦ blue 0

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

Shades of Mango Tango #DB6F00

Tints of Mango Tango #DB6F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.36%
G = 33.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB6F00 (or 0xDB6F00) is known color: Mango Tango. HEX triplet: DB, 6F and 00. RGB value is (219,111,0). Sum of RGB (Red+Green+Blue) = 219+111+0=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6F00 is #2490FF. Grayscale: #838383. Windows color (decimal): -2396416 or 28635. OLE color: 28635.

HSL color Cylindrical-coordinate representation of color #DB6F00: hue angle of 30.41º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB6F00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 0 -
CMYK 0 0.49 1 0.14
HSL 30.41º 1% 0.43% -
HSV(B) 30.41º 1% 0.86% -
XYZ 34.9 26.43 3.26 -
YUV 130.64 54.28 191.03 -
System Red Green Blue C M Y K H S L
Decimal 219 111 0 0 0.49 1 0.14 30.41 1 0.43
Hex DB 6F 0 0 31 64 E 1E 64 2B
Octal 333 157 0 0 61 144 16 36 144 53
Binary 11011011 1101111 0 0 110001 1100100 1110 11110 1100100 101011

Color Harmonies of #DB6F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F00

Black with #DB6F00

Text Example


Text Example

White with #DB6F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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