Html Css Color HEX #DB7A00 Mango Tango

📋 copy color: '#DB7A00'

red 219 ◦ green 122 ◦ blue 0

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

Shades of Mango Tango #DB7A00

Tints of Mango Tango #DB7A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.22%
G = 35.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB7A00 (or 0xDB7A00) is known color: Mango Tango. HEX triplet: DB, 7A and 00. RGB value is (219,122,0). Sum of RGB (Red+Green+Blue) = 219+122+0=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A00 is #2485FF. Grayscale: #898989. Windows color (decimal): -2393600 or 31451. OLE color: 31451.

HSL color Cylindrical-coordinate representation of color #DB7A00: hue angle of 33.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB7A00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 0 -
CMYK 0 0.44 1 0.14
HSL 33.42º 1% 0.43% -
HSV(B) 33.42º 1% 0.86% -
XYZ 36.17 28.98 3.69 -
YUV 137.1 50.64 186.42 -
System Red Green Blue C M Y K H S L
Decimal 219 122 0 0 0.44 1 0.14 33.42 1 0.43
Hex DB 7A 0 0 2C 64 E 21 64 2B
Octal 333 172 0 0 54 144 16 41 144 53
Binary 11011011 1111010 0 0 101100 1100100 1110 100001 1100100 101011

Color Harmonies of #DB7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A00

Black with #DB7A00

Text Example


Text Example

White with #DB7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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