Html Css Color HEX #DB6504 Mango Tango

📋 copy color: '#DB6504'

red 219 ◦ green 101 ◦ blue 4

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

Shades of Mango Tango #DB6504

Tints of Mango Tango #DB6504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 67.59%
G = 31.17%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB6504 (or 0xDB6504) is known color: Mango Tango. HEX triplet: DB, 65 and 04. RGB value is (219,101,4). Sum of RGB (Red+Green+Blue) = 219+101+4=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6504 is #249AFB. Grayscale: #7D7D7D. Windows color (decimal): -2398972 or 288219. OLE color: 288219.

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

Color convert

RGB 219 101 4 -
CMYK 0 0.54 0.98 0.14
HSL 27.07º 0.96% 0.44% -
HSV(B) 27.07º 0.98% 0.86% -
XYZ 33.89 24.38 3.03 -
YUV 125.22 59.59 194.89 -
System Red Green Blue C M Y K H S L
Decimal 219 101 4 0 0.54 0.98 0.14 27.07 0.96 0.44
Hex DB 65 4 0 36 62 E 1B 60 2C
Octal 333 145 4 0 66 142 16 33 140 54
Binary 11011011 1100101 100 0 110110 1100010 1110 11011 1100000 101100

Color Harmonies of #DB6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6504

Black with #DB6504

Text Example


Text Example

White with #DB6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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