Html Css Color HEX #DB6905 Mango Tango

📋 copy color: '#DB6905'

red 219 ◦ green 105 ◦ blue 5

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

Shades of Mango Tango #DB6905

Tints of Mango Tango #DB6905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 66.57%
G = 31.91%
B = 1.52%

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

#DB6905 (or 0xDB6905) is known color: Mango Tango. HEX triplet: DB, 69 and 05. RGB value is (219,105,5). Sum of RGB (Red+Green+Blue) = 219+105+5=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6905 is #2496FA. Grayscale: #808080. Windows color (decimal): -2397947 or 354779. OLE color: 354779.

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

Color convert

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

Color Harmonies of #DB6905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6905

Black with #DB6905

Text Example


Text Example

White with #DB6905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6905; }

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

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

background-color css

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

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

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

border-color css

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

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

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