Html Css Color HEX #DB750B Mango Tango

📋 copy color: '#DB750B'

red 219 ◦ green 117 ◦ blue 11

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

Shades of Mango Tango #DB750B

Tints of Mango Tango #DB750B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 63.11%
G = 33.72%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB750B (or 0xDB750B) is known color: Mango Tango. HEX triplet: DB, 75 and 0B. RGB value is (219,117,11). Sum of RGB (Red+Green+Blue) = 219+117+11=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB750B is #248AF4. Grayscale: #878787. Windows color (decimal): -2394869 or 751067. OLE color: 751067.

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

Color convert

RGB 219 117 11 -
CMYK 0 0.47 0.95 0.14
HSL 30.58º 0.9% 0.45% -
HSV(B) 30.58º 0.95% 0.86% -
XYZ 35.64 27.81 3.81 -
YUV 135.41 57.79 187.62 -
System Red Green Blue C M Y K H S L
Decimal 219 117 11 0 0.47 0.95 0.14 30.58 0.9 0.45
Hex DB 75 B 0 2F 5F E 1F 5A 2D
Octal 333 165 13 0 57 137 16 37 132 55
Binary 11011011 1110101 1011 0 101111 1011111 1110 11111 1011010 101101

Color Harmonies of #DB750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB750B

Black with #DB750B

Text Example


Text Example

White with #DB750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB750B; }

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

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

background-color css

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

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

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

border-color css

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

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

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