Html Css Color HEX #DD820C Mango Tango

📋 copy color: '#DD820C'

red 221 ◦ green 130 ◦ blue 12

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

Shades of Mango Tango #DD820C

Tints of Mango Tango #DD820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 60.88%
G = 35.81%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD820C (or 0xDD820C) is known color: Mango Tango. HEX triplet: DD, 82 and 0C. RGB value is (221,130,12). Sum of RGB (Red+Green+Blue) = 221+130+12=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD820C is #227DF3. Grayscale: #909090. Windows color (decimal): -2260468 or 819933. OLE color: 819933.

HSL color Cylindrical-coordinate representation of color #DD820C: hue angle of 33.88º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD820C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 12 -
CMYK 0 0.41 0.95 0.13
HSL 33.88º 0.9% 0.46% -
HSV(B) 33.88º 0.95% 0.87% -
XYZ 37.87 31.36 4.41 -
YUV 143.76 53.65 183.09 -
System Red Green Blue C M Y K H S L
Decimal 221 130 12 0 0.41 0.95 0.13 33.88 0.9 0.46
Hex DD 82 C 0 29 5F D 22 5A 2E
Octal 335 202 14 0 51 137 15 42 132 56
Binary 11011101 10000010 1100 0 101001 1011111 1101 100010 1011010 101110

Color Harmonies of #DD820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD820C

Black with #DD820C

Text Example


Text Example

White with #DD820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD820C; }

 p { color: rgb(221,130,12); }

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

background-color css

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

 a { background-color: rgb(221,130,12); }

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

border-color css

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

 span { border-color: rgb(221,130,12); }

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