Html Css Color HEX #DB7F01 Mango Tango

📋 copy color: '#DB7F01'

red 219 ◦ green 127 ◦ blue 1

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

Shades of Mango Tango #DB7F01

Tints of Mango Tango #DB7F01

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 63.11%
G = 36.6%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB7F01 (or 0xDB7F01) is known color: Mango Tango. HEX triplet: DB, 7F and 01. RGB value is (219,127,1). Sum of RGB (Red+Green+Blue) = 219+127+1=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F01 is #2480FE. Grayscale: #8C8C8C. Windows color (decimal): -2392319 or 98267. OLE color: 98267.

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

Color convert

RGB 219 127 1 -
CMYK 0 0.42 1.00 0.14
HSL 34.68º 0.99% 0.43% -
HSV(B) 34.68º 1% 0.86% -
XYZ 36.81 30.24 3.93 -
YUV 140.14 49.48 184.25 -
System Red Green Blue C M Y K H S L
Decimal 219 127 1 0 0.42 1.00 0.14 34.68 0.99 0.43
Hex DB 7F 1 0 2A 64 E 23 63 2B
Octal 333 177 1 0 52 144 16 43 143 53
Binary 11011011 1111111 1 0 101010 1100100 1110 100011 1100011 101011

Color Harmonies of #DB7F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F01

Black with #DB7F01

Text Example


Text Example

White with #DB7F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F01; }

 p { color: rgb(219,127,1); }

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

background-color css

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

 a { background-color: rgb(219,127,1); }

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

border-color css

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

 span { border-color: rgb(219,127,1); }

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