Html Css Color HEX #DD6C08 Mango Tango

📋 copy color: '#DD6C08'

red 221 ◦ green 108 ◦ blue 8

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

Shades of Mango Tango #DD6C08

Tints of Mango Tango #DD6C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 65.58%
G = 32.05%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD6C08 (or 0xDD6C08) is known color: Mango Tango. HEX triplet: DD, 6C and 08. RGB value is (221,108,8). Sum of RGB (Red+Green+Blue) = 221+108+8=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C08 is #2293F7. Grayscale: #828282. Windows color (decimal): -2266104 or 552157. OLE color: 552157.

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

Color convert

RGB 221 108 8 -
CMYK 0 0.51 0.96 0.13
HSL 28.17º 0.93% 0.45% -
HSV(B) 28.17º 0.96% 0.87% -
XYZ 35.23 26.11 3.41 -
YUV 130.39 58.94 192.63 -
System Red Green Blue C M Y K H S L
Decimal 221 108 8 0 0.51 0.96 0.13 28.17 0.93 0.45
Hex DD 6C 8 0 33 60 D 1C 5D 2D
Octal 335 154 10 0 63 140 15 34 135 55
Binary 11011101 1101100 1000 0 110011 1100000 1101 11100 1011101 101101

Color Harmonies of #DD6C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C08

Black with #DD6C08

Text Example


Text Example

White with #DD6C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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