Html Css Color HEX #DD8308 Mango Tango

📋 copy color: '#DD8308'

red 221 ◦ green 131 ◦ blue 8

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

Shades of Mango Tango #DD8308

Tints of Mango Tango #DD8308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.39%

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

R = 61.39%
G = 36.39%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8308 (or 0xDD8308) is known color: Mango Tango. HEX triplet: DD, 83 and 08. RGB value is (221,131,8). Sum of RGB (Red+Green+Blue) = 221+131+8=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8308 is #227CF7. Grayscale: #909090. Windows color (decimal): -2260216 or 558045. OLE color: 558045.

HSL color Cylindrical-coordinate representation of color #DD8308: hue angle of 34.65º 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 #DD8308 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 8 -
CMYK 0 0.41 0.96 0.13
HSL 34.65º 0.93% 0.45% -
HSV(B) 34.65º 0.96% 0.87% -
XYZ 37.98 31.62 4.33 -
YUV 143.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 221 131 8 0 0.41 0.96 0.13 34.65 0.93 0.45
Hex DD 83 8 0 29 60 D 23 5D 2D
Octal 335 203 10 0 51 140 15 43 135 55
Binary 11011101 10000011 1000 0 101001 1100000 1101 100011 1011101 101101

Color Harmonies of #DD8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8308

Black with #DD8308

Text Example


Text Example

White with #DD8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8308; }

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

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

background-color css

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

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

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

border-color css

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

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

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