Html Css Color HEX #D8800D Mango Tango

📋 copy color: '#D8800D'

red 216 ◦ green 128 ◦ blue 13

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

Shades of Mango Tango #D8800D

Tints of Mango Tango #D8800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 60.5%
G = 35.85%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8800D (or 0xD8800D) is known color: Mango Tango. HEX triplet: D8, 80 and 0D. RGB value is (216,128,13). Sum of RGB (Red+Green+Blue) = 216+128+13=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8800D is #277FF2. Grayscale: #8D8D8D. Windows color (decimal): -2588659 or 884952. OLE color: 884952.

HSL color Cylindrical-coordinate representation of color #D8800D: hue angle of 33.99º 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 #D8800D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 13 -
CMYK 0 0.41 0.94 0.15
HSL 33.99º 0.89% 0.45% -
HSV(B) 33.99º 0.94% 0.85% -
XYZ 36.11 30.07 4.28 -
YUV 141.2 55.65 181.35 -
System Red Green Blue C M Y K H S L
Decimal 216 128 13 0 0.41 0.94 0.15 33.99 0.89 0.45
Hex D8 80 D 0 29 5E F 22 59 2D
Octal 330 200 15 0 51 136 17 42 131 55
Binary 11011000 10000000 1101 0 101001 1011110 1111 100010 1011001 101101

Color Harmonies of #D8800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8800D

Black with #D8800D

Text Example


Text Example

White with #D8800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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