Html Css Color HEX #DB7C0C Mango Tango

📋 copy color: '#DB7C0C'

red 219 ◦ green 124 ◦ blue 12

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

Shades of Mango Tango #DB7C0C

Tints of Mango Tango #DB7C0C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

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

R = 61.69%
G = 34.93%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB7C0C (or 0xDB7C0C) is known color: Mango Tango. HEX triplet: DB, 7C and 0C. RGB value is (219,124,12). Sum of RGB (Red+Green+Blue) = 219+124+12=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C0C is #2483F3. Grayscale: #8C8C8C. Windows color (decimal): -2393076 or 818395. OLE color: 818395.

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

Color convert

RGB 219 124 12 -
CMYK 0 0.43 0.95 0.14
HSL 32.46º 0.9% 0.45% -
HSV(B) 32.46º 0.95% 0.86% -
XYZ 36.49 29.5 4.12 -
YUV 139.64 55.97 184.61 -
System Red Green Blue C M Y K H S L
Decimal 219 124 12 0 0.43 0.95 0.14 32.46 0.9 0.45
Hex DB 7C C 0 2B 5F E 20 5A 2D
Octal 333 174 14 0 53 137 16 40 132 55
Binary 11011011 1111100 1100 0 101011 1011111 1110 100000 1011010 101101

Color Harmonies of #DB7C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C0C

Black with #DB7C0C

Text Example


Text Example

White with #DB7C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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