Html Css Color HEX #DB690B Mango Tango

📋 copy color: '#DB690B'

red 219 ◦ green 105 ◦ blue 11

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

Shades of Mango Tango #DB690B

Tints of Mango Tango #DB690B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 65.37%
G = 31.34%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB690B (or 0xDB690B) is known color: Mango Tango. HEX triplet: DB, 69 and 0B. RGB value is (219,105,11). Sum of RGB (Red+Green+Blue) = 219+105+11=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB690B is #2496F4. Grayscale: #808080. Windows color (decimal): -2397941 or 747995. OLE color: 747995.

HSL color Cylindrical-coordinate representation of color #DB690B: hue angle of 27.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB690B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 11 -
CMYK 0 0.52 0.95 0.14
HSL 27.12º 0.9% 0.45% -
HSV(B) 27.12º 0.95% 0.86% -
XYZ 34.33 25.19 3.37 -
YUV 128.37 61.77 192.64 -
System Red Green Blue C M Y K H S L
Decimal 219 105 11 0 0.52 0.95 0.14 27.12 0.9 0.45
Hex DB 69 B 0 34 5F E 1B 5A 2D
Octal 333 151 13 0 64 137 16 33 132 55
Binary 11011011 1101001 1011 0 110100 1011111 1110 11011 1011010 101101

Color Harmonies of #DB690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB690B

Black with #DB690B

Text Example


Text Example

White with #DB690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB690B; }

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

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

background-color css

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

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

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

border-color css

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

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

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