Html Css Color HEX #DD6A00 Mango Tango

📋 copy color: '#DD6A00'

red 221 ◦ green 106 ◦ blue 0

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

Shades of Mango Tango #DD6A00

Tints of Mango Tango #DD6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.58%
G = 32.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD6A00 (or 0xDD6A00) is known color: Mango Tango. HEX triplet: DD, 6A and 00. RGB value is (221,106,0). Sum of RGB (Red+Green+Blue) = 221+106+0=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6A00 is #2295FF. Grayscale: #808080. Windows color (decimal): -2266624 or 27357. OLE color: 27357.

HSL color Cylindrical-coordinate representation of color #DD6A00: hue angle of 28.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD6A00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 0 -
CMYK 0 0.52 1 0.13
HSL 28.78º 1% 0.43% -
HSV(B) 28.78º 1% 0.87% -
XYZ 34.97 25.68 3.11 -
YUV 128.3 55.6 194.12 -
System Red Green Blue C M Y K H S L
Decimal 221 106 0 0 0.52 1 0.13 28.78 1 0.43
Hex DD 6A 0 0 34 64 D 1D 64 2B
Octal 335 152 0 0 64 144 15 35 144 53
Binary 11011101 1101010 0 0 110100 1100100 1101 11101 1100100 101011

Color Harmonies of #DD6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A00

Black with #DD6A00

Text Example


Text Example

White with #DD6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A00; }

 p { color: rgb(221,106,0); }

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

background-color css

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

 a { background-color: rgb(221,106,0); }

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

border-color css

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

 span { border-color: rgb(221,106,0); }

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