Html Css Color HEX #DB6601 Mango Tango

📋 copy color: '#DB6601'

red 219 ◦ green 102 ◦ blue 1

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

Shades of Mango Tango #DB6601

Tints of Mango Tango #DB6601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

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

R = 68.01%
G = 31.68%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB6601 (or 0xDB6601) is known color: Mango Tango. HEX triplet: DB, 66 and 01. RGB value is (219,102,1). Sum of RGB (Red+Green+Blue) = 219+102+1=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6601 is #2499FE. Grayscale: #7D7D7D. Windows color (decimal): -2398719 or 91867. OLE color: 91867.

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

Color convert

RGB 219 102 1 -
CMYK 0 0.53 1.00 0.14
HSL 27.8º 0.99% 0.43% -
HSV(B) 27.8º 1% 0.86% -
XYZ 33.97 24.57 2.98 -
YUV 125.47 57.76 194.71 -
System Red Green Blue C M Y K H S L
Decimal 219 102 1 0 0.53 1.00 0.14 27.8 0.99 0.43
Hex DB 66 1 0 35 64 E 1C 63 2B
Octal 333 146 1 0 65 144 16 34 143 53
Binary 11011011 1100110 1 0 110101 1100100 1110 11100 1100011 101011

Color Harmonies of #DB6601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6601

Black with #DB6601

Text Example


Text Example

White with #DB6601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6601; }

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

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

background-color css

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

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

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

border-color css

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

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

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