Html Css Color HEX #DD6308 Mango Tango

📋 copy color: '#DD6308'

red 221 ◦ green 99 ◦ blue 8

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

Shades of Mango Tango #DD6308

Tints of Mango Tango #DD6308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.44%

R = 67.38%
G = 30.18%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD6308 (or 0xDD6308) is known color: Mango Tango. HEX triplet: DD, 63 and 08. RGB value is (221,99,8). Sum of RGB (Red+Green+Blue) = 221+99+8=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6308 is #229CF7. Grayscale: #7D7D7D. Windows color (decimal): -2268408 or 549853. OLE color: 549853.

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

Color convert

RGB 221 99 8 -
CMYK 0 0.55 0.96 0.13
HSL 25.63º 0.93% 0.45% -
HSV(B) 25.63º 0.96% 0.87% -
XYZ 34.32 24.31 3.11 -
YUV 125.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 221 99 8 0 0.55 0.96 0.13 25.63 0.93 0.45
Hex DD 63 8 0 37 60 D 1A 5D 2D
Octal 335 143 10 0 67 140 15 32 135 55
Binary 11011101 1100011 1000 0 110111 1100000 1101 11010 1011101 101101

Color Harmonies of #DD6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6308

Black with #DD6308

Text Example


Text Example

White with #DD6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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