Html Css Color HEX #DB6904 Mango Tango

📋 copy color: '#DB6904'

red 219 ◦ green 105 ◦ blue 4

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

Shades of Mango Tango #DB6904

Tints of Mango Tango #DB6904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 66.77%
G = 32.01%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB6904 (or 0xDB6904) is known color: Mango Tango. HEX triplet: DB, 69 and 04. RGB value is (219,105,4). Sum of RGB (Red+Green+Blue) = 219+105+4=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6904 is #2496FB. Grayscale: #808080. Windows color (decimal): -2397948 or 289243. OLE color: 289243.

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

Color convert

RGB 219 105 4 -
CMYK 0 0.52 0.98 0.14
HSL 28.19º 0.96% 0.44% -
HSV(B) 28.19º 0.98% 0.86% -
XYZ 34.29 25.17 3.17 -
YUV 127.57 58.27 193.21 -
System Red Green Blue C M Y K H S L
Decimal 219 105 4 0 0.52 0.98 0.14 28.19 0.96 0.44
Hex DB 69 4 0 34 62 E 1C 60 2C
Octal 333 151 4 0 64 142 16 34 140 54
Binary 11011011 1101001 100 0 110100 1100010 1110 11100 1100000 101100

Color Harmonies of #DB6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6904

Black with #DB6904

Text Example


Text Example

White with #DB6904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6904; }

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

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

background-color css

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

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

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

border-color css

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

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

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