Html Css Color HEX #DB6F03 Mango Tango

📋 copy color: '#DB6F03'

red 219 ◦ green 111 ◦ blue 3

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

Shades of Mango Tango #DB6F03

Tints of Mango Tango #DB6F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 65.77%
G = 33.33%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB6F03 (or 0xDB6F03) is known color: Mango Tango. HEX triplet: DB, 6F and 03. RGB value is (219,111,3). Sum of RGB (Red+Green+Blue) = 219+111+3=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6F03 is #2490FC. Grayscale: #838383. Windows color (decimal): -2396413 or 225243. OLE color: 225243.

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

Color convert

RGB 219 111 3 -
CMYK 0 0.49 0.99 0.14
HSL 30º 0.97% 0.44% -
HSV(B) 30º 0.99% 0.86% -
XYZ 34.91 26.44 3.35 -
YUV 130.98 55.78 190.78 -
System Red Green Blue C M Y K H S L
Decimal 219 111 3 0 0.49 0.99 0.14 30 0.97 0.44
Hex DB 6F 3 0 31 63 E 1E 61 2C
Octal 333 157 3 0 61 143 16 36 141 54
Binary 11011011 1101111 11 0 110001 1100011 1110 11110 1100001 101100

Color Harmonies of #DB6F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F03

Black with #DB6F03

Text Example


Text Example

White with #DB6F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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