Html Css Color HEX #DD6907 Mango Tango

📋 copy color: '#DD6907'

red 221 ◦ green 105 ◦ blue 7

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

Shades of Mango Tango #DD6907

Tints of Mango Tango #DD6907

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 66.37%
G = 31.53%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD6907 (or 0xDD6907) is known color: Mango Tango. HEX triplet: DD, 69 and 07. RGB value is (221,105,7). Sum of RGB (Red+Green+Blue) = 221+105+7=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6907 is #2296F8. Grayscale: #818181. Windows color (decimal): -2266873 or 485853. OLE color: 485853.

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

Color convert

RGB 221 105 7 -
CMYK 0 0.52 0.97 0.13
HSL 27.48º 0.94% 0.45% -
HSV(B) 27.48º 0.97% 0.87% -
XYZ 34.91 25.49 3.28 -
YUV 128.51 59.43 193.97 -
System Red Green Blue C M Y K H S L
Decimal 221 105 7 0 0.52 0.97 0.13 27.48 0.94 0.45
Hex DD 69 7 0 34 61 D 1B 5E 2D
Octal 335 151 7 0 64 141 15 33 136 55
Binary 11011101 1101001 111 0 110100 1100001 1101 11011 1011110 101101

Color Harmonies of #DD6907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6907

Black with #DD6907

Text Example


Text Example

White with #DD6907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6907; }

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

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

background-color css

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

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

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

border-color css

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

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

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