Html Css Color HEX #DB7B0C Mango Tango

📋 copy color: '#DB7B0C'

red 219 ◦ green 123 ◦ blue 12

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

Shades of Mango Tango #DB7B0C

Tints of Mango Tango #DB7B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.75%

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

R = 61.86%
G = 34.75%
B = 3.39%

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

#DB7B0C (or 0xDB7B0C) is known color: Mango Tango. HEX triplet: DB, 7B and 0C. RGB value is (219,123,12). Sum of RGB (Red+Green+Blue) = 219+123+12=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B0C is #2484F3. Grayscale: #8B8B8B. Windows color (decimal): -2393332 or 818139. OLE color: 818139.

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

Color convert

RGB 219 123 12 -
CMYK 0 0.44 0.95 0.14
HSL 32.17º 0.9% 0.45% -
HSV(B) 32.17º 0.95% 0.86% -
XYZ 36.36 29.25 4.08 -
YUV 139.05 56.3 185.03 -
System Red Green Blue C M Y K H S L
Decimal 219 123 12 0 0.44 0.95 0.14 32.17 0.9 0.45
Hex DB 7B C 0 2C 5F E 20 5A 2D
Octal 333 173 14 0 54 137 16 40 132 55
Binary 11011011 1111011 1100 0 101100 1011111 1110 100000 1011010 101101

Color Harmonies of #DB7B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B0C

Black with #DB7B0C

Text Example


Text Example

White with #DB7B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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