Html Css Color HEX #DB7B00 Mango Tango

📋 copy color: '#DB7B00'

red 219 ◦ green 123 ◦ blue 0

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

Shades of Mango Tango #DB7B00

Tints of Mango Tango #DB7B00

RGB

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

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

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

R = 64.04%
G = 35.96%
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

#DB7B00 (or 0xDB7B00) is known color: Mango Tango. HEX triplet: DB, 7B and 00. RGB value is (219,123,0). Sum of RGB (Red+Green+Blue) = 219+123+0=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B00 is #2484FF. Grayscale: #8A8A8A. Windows color (decimal): -2393344 or 31707. OLE color: 31707.

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

Color convert

RGB 219 123 0 -
CMYK 0 0.44 1 0.14
HSL 33.7º 1% 0.43% -
HSV(B) 33.7º 1% 0.86% -
XYZ 36.3 29.23 3.73 -
YUV 137.68 50.3 186 -
System Red Green Blue C M Y K H S L
Decimal 219 123 0 0 0.44 1 0.14 33.7 1 0.43
Hex DB 7B 0 0 2C 64 E 22 64 2B
Octal 333 173 0 0 54 144 16 42 144 53
Binary 11011011 1111011 0 0 101100 1100100 1110 100010 1100100 101011

Color Harmonies of #DB7B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B00

Black with #DB7B00

Text Example


Text Example

White with #DB7B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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