Html Css Color HEX #DB7A0C Mango Tango

📋 copy color: '#DB7A0C'

red 219 ◦ green 122 ◦ blue 12

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

Shades of Mango Tango #DB7A0C

Tints of Mango Tango #DB7A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

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

R = 62.04%
G = 34.56%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB7A0C (or 0xDB7A0C) is known color: Mango Tango. HEX triplet: DB, 7A and 0C. RGB value is (219,122,12). Sum of RGB (Red+Green+Blue) = 219+122+12=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A0C is #2485F3. Grayscale: #8B8B8B. Windows color (decimal): -2393588 or 817883. OLE color: 817883.

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

Color convert

RGB 219 122 12 -
CMYK 0 0.44 0.95 0.14
HSL 31.88º 0.9% 0.45% -
HSV(B) 31.88º 0.95% 0.86% -
XYZ 36.24 29.01 4.04 -
YUV 138.46 56.64 185.44 -
System Red Green Blue C M Y K H S L
Decimal 219 122 12 0 0.44 0.95 0.14 31.88 0.9 0.45
Hex DB 7A C 0 2C 5F E 20 5A 2D
Octal 333 172 14 0 54 137 16 40 132 55
Binary 11011011 1111010 1100 0 101100 1011111 1110 100000 1011010 101101

Color Harmonies of #DB7A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A0C

Black with #DB7A0C

Text Example


Text Example

White with #DB7A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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