Html Css Color HEX #DD6307 Mango Tango

📋 copy color: '#DD6307'

red 221 ◦ green 99 ◦ blue 7

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

Shades of Mango Tango #DD6307

Tints of Mango Tango #DD6307

RGB

 RED value IS 221 (86.72% from 255) = 67.58%

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 7 (3.13% from 255) = 2.14%

R = 67.58%
G = 30.28%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD6307 (or 0xDD6307) is known color: Mango Tango. HEX triplet: DD, 63 and 07. RGB value is (221,99,7). Sum of RGB (Red+Green+Blue) = 221+99+7=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6307 is #229CF8. Grayscale: #7D7D7D. Windows color (decimal): -2268409 or 484317. OLE color: 484317.

HSL color Cylindrical-coordinate representation of color #DD6307: hue angle of 25.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD6307 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 7 -
CMYK 0 0.55 0.97 0.13
HSL 25.79º 0.94% 0.45% -
HSV(B) 25.79º 0.97% 0.87% -
XYZ 34.32 24.31 3.08 -
YUV 124.99 61.42 196.48 -
System Red Green Blue C M Y K H S L
Decimal 221 99 7 0 0.55 0.97 0.13 25.79 0.94 0.45
Hex DD 63 7 0 37 61 D 1A 5E 2D
Octal 335 143 7 0 67 141 15 32 136 55
Binary 11011101 1100011 111 0 110111 1100001 1101 11010 1011110 101101

Color Harmonies of #DD6307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6307

Black with #DD6307

Text Example


Text Example

White with #DD6307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6307; }

 p { color: rgb(221,99,7); }

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

background-color css

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

 a { background-color: rgb(221,99,7); }

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

border-color css

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

 span { border-color: rgb(221,99,7); }

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