Html Css Color HEX #DD6807 Mango Tango

📋 copy color: '#DD6807'

red 221 ◦ green 104 ◦ blue 7

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

Shades of Mango Tango #DD6807

Tints of Mango Tango #DD6807

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 66.57%
G = 31.33%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD6807 (or 0xDD6807) is known color: Mango Tango. HEX triplet: DD, 68 and 07. RGB value is (221,104,7). Sum of RGB (Red+Green+Blue) = 221+104+7=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6807 is #2297F8. Grayscale: #808080. Windows color (decimal): -2267129 or 485597. OLE color: 485597.

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

Color convert

RGB 221 104 7 -
CMYK 0 0.53 0.97 0.13
HSL 27.2º 0.94% 0.45% -
HSV(B) 27.2º 0.97% 0.87% -
XYZ 34.81 25.29 3.25 -
YUV 127.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 221 104 7 0 0.53 0.97 0.13 27.2 0.94 0.45
Hex DD 68 7 0 35 61 D 1B 5E 2D
Octal 335 150 7 0 65 141 15 33 136 55
Binary 11011101 1101000 111 0 110101 1100001 1101 11011 1011110 101101

Color Harmonies of #DD6807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6807

Black with #DD6807

Text Example


Text Example

White with #DD6807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6807; }

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

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

background-color css

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

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

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

border-color css

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

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

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