Html Css Color HEX #D8820D Mango Tango

📋 copy color: '#D8820D'

red 216 ◦ green 130 ◦ blue 13

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

Shades of Mango Tango #D8820D

Tints of Mango Tango #D8820D

RGB

 RED value IS 216 (84.77% from 255) = 60.17%

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

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 60.17%
G = 36.21%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8820D (or 0xD8820D) is known color: Mango Tango. HEX triplet: D8, 82 and 0D. RGB value is (216,130,13). Sum of RGB (Red+Green+Blue) = 216+130+13=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8820D is #277DF2. Grayscale: #8E8E8E. Windows color (decimal): -2588147 or 885464. OLE color: 885464.

HSL color Cylindrical-coordinate representation of color #D8820D: hue angle of 34.58º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8820D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 13 -
CMYK 0 0.40 0.94 0.15
HSL 34.58º 0.89% 0.45% -
HSV(B) 34.58º 0.94% 0.85% -
XYZ 36.37 30.59 4.37 -
YUV 142.38 54.99 180.51 -
System Red Green Blue C M Y K H S L
Decimal 216 130 13 0 0.40 0.94 0.15 34.58 0.89 0.45
Hex D8 82 D 0 28 5E F 23 59 2D
Octal 330 202 15 0 50 136 17 43 131 55
Binary 11011000 10000010 1101 0 101000 1011110 1111 100011 1011001 101101

Color Harmonies of #D8820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8820D

Black with #D8820D

Text Example


Text Example

White with #D8820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8820D; }

 p { color: rgb(216,130,13); }

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

background-color css

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

 a { background-color: rgb(216,130,13); }

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

border-color css

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

 span { border-color: rgb(216,130,13); }

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