Html Css Color HEX #DD7F08 Mango Tango

📋 copy color: '#DD7F08'

red 221 ◦ green 127 ◦ blue 8

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

Shades of Mango Tango #DD7F08

Tints of Mango Tango #DD7F08

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 62.08%
G = 35.67%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD7F08 (or 0xDD7F08) is known color: Mango Tango. HEX triplet: DD, 7F and 08. RGB value is (221,127,8). Sum of RGB (Red+Green+Blue) = 221+127+8=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F08 is #2280F7. Grayscale: #8E8E8E. Windows color (decimal): -2261240 or 557021. OLE color: 557021.

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

Color convert

RGB 221 127 8 -
CMYK 0 0.43 0.96 0.13
HSL 33.52º 0.93% 0.45% -
HSV(B) 33.52º 0.96% 0.87% -
XYZ 37.45 30.57 4.16 -
YUV 141.54 52.64 184.68 -
System Red Green Blue C M Y K H S L
Decimal 221 127 8 0 0.43 0.96 0.13 33.52 0.93 0.45
Hex DD 7F 8 0 2B 60 D 22 5D 2D
Octal 335 177 10 0 53 140 15 42 135 55
Binary 11011101 1111111 1000 0 101011 1100000 1101 100010 1011101 101101

Color Harmonies of #DD7F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F08

Black with #DD7F08

Text Example


Text Example

White with #DD7F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F08; }

 p { color: rgb(221,127,8); }

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

background-color css

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

 a { background-color: rgb(221,127,8); }

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

border-color css

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

 span { border-color: rgb(221,127,8); }

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