Html Css Color HEX #DD6705 Mango Tango

📋 copy color: '#DD6705'

red 221 ◦ green 103 ◦ blue 5

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

Shades of Mango Tango #DD6705

Tints of Mango Tango #DD6705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 67.17%
G = 31.31%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD6705 (or 0xDD6705) is known color: Mango Tango. HEX triplet: DD, 67 and 05. RGB value is (221,103,5). Sum of RGB (Red+Green+Blue) = 221+103+5=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6705 is #2298FA. Grayscale: #7F7F7F. Windows color (decimal): -2267387 or 354269. OLE color: 354269.

HSL color Cylindrical-coordinate representation of color #DD6705: hue angle of 27.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD6705 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 103 5 -
CMYK 0 0.53 0.98 0.13
HSL 27.22º 0.96% 0.44% -
HSV(B) 27.22º 0.98% 0.87% -
XYZ 34.7 25.08 3.16 -
YUV 127.11 59.09 194.97 -
System Red Green Blue C M Y K H S L
Decimal 221 103 5 0 0.53 0.98 0.13 27.22 0.96 0.44
Hex DD 67 5 0 35 62 D 1B 60 2C
Octal 335 147 5 0 65 142 15 33 140 54
Binary 11011101 1100111 101 0 110101 1100010 1101 11011 1100000 101100

Color Harmonies of #DD6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6705

Black with #DD6705

Text Example


Text Example

White with #DD6705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6705; }

 p { color: rgb(221,103,5); }

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

background-color css

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

 a { background-color: rgb(221,103,5); }

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

border-color css

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

 span { border-color: rgb(221,103,5); }

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