Html Css Color HEX #DB7B0F Mango Tango

📋 copy color: '#DB7B0F'

red 219 ◦ green 123 ◦ blue 15

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

Shades of Mango Tango #DB7B0F

Tints of Mango Tango #DB7B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 61.34%
G = 34.45%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB7B0F (or 0xDB7B0F) is known color: Mango Tango. HEX triplet: DB, 7B and 0F. RGB value is (219,123,15). Sum of RGB (Red+Green+Blue) = 219+123+15=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B0F is #2484F0. Grayscale: #8B8B8B. Windows color (decimal): -2393329 or 1014747. OLE color: 1014747.

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

Color convert

RGB 219 123 15 -
CMYK 0 0.44 0.93 0.14
HSL 31.76º 0.87% 0.46% -
HSV(B) 31.76º 0.93% 0.86% -
XYZ 36.38 29.26 4.18 -
YUV 139.39 57.8 184.78 -
System Red Green Blue C M Y K H S L
Decimal 219 123 15 0 0.44 0.93 0.14 31.76 0.87 0.46
Hex DB 7B F 0 2C 5D E 20 57 2E
Octal 333 173 17 0 54 135 16 40 127 56
Binary 11011011 1111011 1111 0 101100 1011101 1110 100000 1010111 101110

Color Harmonies of #DB7B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B0F

Black with #DB7B0F

Text Example


Text Example

White with #DB7B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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