Html Css Color HEX #D8810D Mango Tango

📋 copy color: '#D8810D'

red 216 ◦ green 129 ◦ blue 13

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

Shades of Mango Tango #D8810D

Tints of Mango Tango #D8810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

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

R = 60.34%
G = 36.03%
B = 3.63%

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

#D8810D (or 0xD8810D) is known color: Mango Tango. HEX triplet: D8, 81 and 0D. RGB value is (216,129,13). Sum of RGB (Red+Green+Blue) = 216+129+13=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8810D is #277EF2. Grayscale: #8E8E8E. Windows color (decimal): -2588403 or 885208. OLE color: 885208.

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

Color convert

RGB 216 129 13 -
CMYK 0 0.40 0.94 0.15
HSL 34.29º 0.89% 0.45% -
HSV(B) 34.29º 0.94% 0.85% -
XYZ 36.24 30.33 4.32 -
YUV 141.79 55.32 180.93 -
System Red Green Blue C M Y K H S L
Decimal 216 129 13 0 0.40 0.94 0.15 34.29 0.89 0.45
Hex D8 81 D 0 28 5E F 22 59 2D
Octal 330 201 15 0 50 136 17 42 131 55
Binary 11011000 10000001 1101 0 101000 1011110 1111 100010 1011001 101101

Color Harmonies of #D8810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8810D

Black with #D8810D

Text Example


Text Example

White with #D8810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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