Html Css Color HEX #DD6504 Mango Tango

📋 copy color: '#DD6504'

red 221 ◦ green 101 ◦ blue 4

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

Shades of Mango Tango #DD6504

Tints of Mango Tango #DD6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 67.79%
G = 30.98%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD6504 (or 0xDD6504) is known color: Mango Tango. HEX triplet: DD, 65 and 04. RGB value is (221,101,4). Sum of RGB (Red+Green+Blue) = 221+101+4=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6504 is #229AFB. Grayscale: #7E7E7E. Windows color (decimal): -2267900 or 288221. OLE color: 288221.

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

Color convert

RGB 221 101 4 -
CMYK 0 0.54 0.98 0.13
HSL 26.82º 0.96% 0.44% -
HSV(B) 26.82º 0.98% 0.87% -
XYZ 34.49 24.69 3.06 -
YUV 125.82 59.26 195.89 -
System Red Green Blue C M Y K H S L
Decimal 221 101 4 0 0.54 0.98 0.13 26.82 0.96 0.44
Hex DD 65 4 0 36 62 D 1B 60 2C
Octal 335 145 4 0 66 142 15 33 140 54
Binary 11011101 1100101 100 0 110110 1100010 1101 11011 1100000 101100

Color Harmonies of #DD6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6504

Black with #DD6504

Text Example


Text Example

White with #DD6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6504; }

 p { color: rgb(221,101,4); }

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

background-color css

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

 a { background-color: rgb(221,101,4); }

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

border-color css

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

 span { border-color: rgb(221,101,4); }

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