Html Css Color HEX #DD8103 Mango Tango

📋 copy color: '#DD8103'

red 221 ◦ green 129 ◦ blue 3

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

Shades of Mango Tango #DD8103

Tints of Mango Tango #DD8103

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 62.61%
G = 36.54%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD8103 (or 0xDD8103) is known color: Mango Tango. HEX triplet: DD, 81 and 03. RGB value is (221,129,3). Sum of RGB (Red+Green+Blue) = 221+129+3=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8103 is #227EFC. Grayscale: #8E8E8E. Windows color (decimal): -2260733 or 229853. OLE color: 229853.

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

Color convert

RGB 221 129 3 -
CMYK 0 0.42 0.99 0.13
HSL 34.68º 0.97% 0.44% -
HSV(B) 34.68º 0.99% 0.87% -
XYZ 37.69 31.08 4.1 -
YUV 142.14 49.48 184.25 -
System Red Green Blue C M Y K H S L
Decimal 221 129 3 0 0.42 0.99 0.13 34.68 0.97 0.44
Hex DD 81 3 0 2A 63 D 23 61 2C
Octal 335 201 3 0 52 143 15 43 141 54
Binary 11011101 10000001 11 0 101010 1100011 1101 100011 1100001 101100

Color Harmonies of #DD8103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8103

Black with #DD8103

Text Example


Text Example

White with #DD8103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8103; }

 p { color: rgb(221,129,3); }

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

background-color css

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

 a { background-color: rgb(221,129,3); }

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

border-color css

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

 span { border-color: rgb(221,129,3); }

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