Html Css Color HEX #DD6906 Mango Tango

📋 copy color: '#DD6906'

red 221 ◦ green 105 ◦ blue 6

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

Shades of Mango Tango #DD6906

Tints of Mango Tango #DD6906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 66.57%
G = 31.63%
B = 1.81%

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

#DD6906 (or 0xDD6906) is known color: Mango Tango. HEX triplet: DD, 69 and 06. RGB value is (221,105,6). Sum of RGB (Red+Green+Blue) = 221+105+6=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6906 is #2296F9. Grayscale: #808080. Windows color (decimal): -2266874 or 420317. OLE color: 420317.

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

Color convert

RGB 221 105 6 -
CMYK 0 0.52 0.97 0.13
HSL 27.63º 0.95% 0.45% -
HSV(B) 27.63º 0.97% 0.87% -
XYZ 34.9 25.49 3.25 -
YUV 128.4 58.93 194.05 -
System Red Green Blue C M Y K H S L
Decimal 221 105 6 0 0.52 0.97 0.13 27.63 0.95 0.45
Hex DD 69 6 0 34 61 D 1C 5F 2D
Octal 335 151 6 0 64 141 15 34 137 55
Binary 11011101 1101001 110 0 110100 1100001 1101 11100 1011111 101101

Color Harmonies of #DD6906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6906

Black with #DD6906

Text Example


Text Example

White with #DD6906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6906; }

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

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

background-color css

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

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

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

border-color css

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

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

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