Html Css Color HEX #DB6503 Mango Tango

📋 copy color: '#DB6503'

red 219 ◦ green 101 ◦ blue 3

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

Shades of Mango Tango #DB6503

Tints of Mango Tango #DB6503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 67.8%
G = 31.27%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB6503 (or 0xDB6503) is known color: Mango Tango. HEX triplet: DB, 65 and 03. RGB value is (219,101,3). Sum of RGB (Red+Green+Blue) = 219+101+3=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6503 is #249AFC. Grayscale: #7D7D7D. Windows color (decimal): -2398973 or 222683. OLE color: 222683.

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

Color convert

RGB 219 101 3 -
CMYK 0 0.54 0.99 0.14
HSL 27.22º 0.97% 0.44% -
HSV(B) 27.22º 0.99% 0.86% -
XYZ 33.88 24.37 3 -
YUV 125.11 59.09 194.97 -
System Red Green Blue C M Y K H S L
Decimal 219 101 3 0 0.54 0.99 0.14 27.22 0.97 0.44
Hex DB 65 3 0 36 63 E 1B 61 2C
Octal 333 145 3 0 66 143 16 33 141 54
Binary 11011011 1100101 11 0 110110 1100011 1110 11011 1100001 101100

Color Harmonies of #DB6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6503

Black with #DB6503

Text Example


Text Example

White with #DB6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6503; }

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

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

background-color css

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

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

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

border-color css

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

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

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