Html Css Color HEX #D8810C Mango Tango

📋 copy color: '#D8810C'

red 216 ◦ green 129 ◦ blue 12

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

Shades of Mango Tango #D8810C

Tints of Mango Tango #D8810C

RGB

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

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

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

R = 60.5%
G = 36.13%
B = 3.36%

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

#D8810C (or 0xD8810C) is known color: Mango Tango. HEX triplet: D8, 81 and 0C. RGB value is (216,129,12). Sum of RGB (Red+Green+Blue) = 216+129+12=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8810C is #277EF3. Grayscale: #8E8E8E. Windows color (decimal): -2588404 or 819672. OLE color: 819672.

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

Color convert

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

Color Harmonies of #D8810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8810C

Black with #D8810C

Text Example


Text Example

White with #D8810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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