Html Css Color HEX #DD820B Mango Tango

📋 copy color: '#DD820B'

red 221 ◦ green 130 ◦ blue 11

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

Shades of Mango Tango #DD820B

Tints of Mango Tango #DD820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.04%

R = 61.05%
G = 35.91%
B = 3.04%

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

#DD820B (or 0xDD820B) is known color: Mango Tango. HEX triplet: DD, 82 and 0B. RGB value is (221,130,11). Sum of RGB (Red+Green+Blue) = 221+130+11=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD820B is #227DF4. Grayscale: #909090. Windows color (decimal): -2260469 or 754397. OLE color: 754397.

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

Color convert

RGB 221 130 11 -
CMYK 0 0.41 0.95 0.13
HSL 34º 0.91% 0.45% -
HSV(B) 34º 0.95% 0.87% -
XYZ 37.86 31.36 4.37 -
YUV 143.64 53.15 183.18 -
System Red Green Blue C M Y K H S L
Decimal 221 130 11 0 0.41 0.95 0.13 34 0.91 0.45
Hex DD 82 B 0 29 5F D 22 5B 2D
Octal 335 202 13 0 51 137 15 42 133 55
Binary 11011101 10000010 1011 0 101001 1011111 1101 100010 1011011 101101

Color Harmonies of #DD820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD820B

Black with #DD820B

Text Example


Text Example

White with #DD820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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