Html Css Color HEX #DB760C Mango Tango

📋 copy color: '#DB760C'

red 219 ◦ green 118 ◦ blue 12

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

Shades of Mango Tango #DB760C

Tints of Mango Tango #DB760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 62.75%
G = 33.81%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB760C (or 0xDB760C) is known color: Mango Tango. HEX triplet: DB, 76 and 0C. RGB value is (219,118,12). Sum of RGB (Red+Green+Blue) = 219+118+12=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB760C is #2489F3. Grayscale: #888888. Windows color (decimal): -2394612 or 816859. OLE color: 816859.

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

Color convert

RGB 219 118 12 -
CMYK 0 0.46 0.95 0.14
HSL 30.72º 0.9% 0.45% -
HSV(B) 30.72º 0.95% 0.86% -
XYZ 35.76 28.04 3.88 -
YUV 136.12 57.96 187.12 -
System Red Green Blue C M Y K H S L
Decimal 219 118 12 0 0.46 0.95 0.14 30.72 0.9 0.45
Hex DB 76 C 0 2E 5F E 1F 5A 2D
Octal 333 166 14 0 56 137 16 37 132 55
Binary 11011011 1110110 1100 0 101110 1011111 1110 11111 1011010 101101

Color Harmonies of #DB760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB760C

Black with #DB760C

Text Example


Text Example

White with #DB760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB760C; }

 p { color: rgb(219,118,12); }

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

background-color css

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

 a { background-color: rgb(219,118,12); }

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

border-color css

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

 span { border-color: rgb(219,118,12); }

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