Html Css Color HEX #DD8307 Mango Tango

📋 copy color: '#DD8307'

red 221 ◦ green 131 ◦ blue 7

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

Shades of Mango Tango #DD8307

Tints of Mango Tango #DD8307

RGB

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

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

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

R = 61.56%
G = 36.49%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD8307 (or 0xDD8307) is known color: Mango Tango. HEX triplet: DD, 83 and 07. RGB value is (221,131,7). Sum of RGB (Red+Green+Blue) = 221+131+7=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8307 is #227CF8. Grayscale: #909090. Windows color (decimal): -2260217 or 492509. OLE color: 492509.

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

Color convert

RGB 221 131 7 -
CMYK 0 0.41 0.97 0.13
HSL 34.77º 0.94% 0.45% -
HSV(B) 34.77º 0.97% 0.87% -
XYZ 37.97 31.62 4.3 -
YUV 143.77 50.82 183.08 -
System Red Green Blue C M Y K H S L
Decimal 221 131 7 0 0.41 0.97 0.13 34.77 0.94 0.45
Hex DD 83 7 0 29 61 D 23 5E 2D
Octal 335 203 7 0 51 141 15 43 136 55
Binary 11011101 10000011 111 0 101001 1100001 1101 100011 1011110 101101

Color Harmonies of #DD8307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8307

Black with #DD8307

Text Example


Text Example

White with #DD8307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8307; }

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

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

background-color css

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

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

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

border-color css

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

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

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