Html Css Color HEX #D86A0A Mango Tango

📋 copy color: '#D86A0A'

red 216 ◦ green 106 ◦ blue 10

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

Shades of Mango Tango #D86A0A

Tints of Mango Tango #D86A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 65.06%
G = 31.93%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D86A0A (or 0xD86A0A) is known color: Mango Tango. HEX triplet: D8, 6A and 0A. RGB value is (216,106,10). Sum of RGB (Red+Green+Blue) = 216+106+10=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86A0A is #2795F5. Grayscale: #808080. Windows color (decimal): -2594294 or 682712. OLE color: 682712.

HSL color Cylindrical-coordinate representation of color #D86A0A: hue angle of 27.96º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D86A0A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 10 -
CMYK 0 0.51 0.95 0.15
HSL 27.96º 0.91% 0.44% -
HSV(B) 27.96º 0.95% 0.85% -
XYZ 33.53 24.93 3.33 -
YUV 127.95 61.44 190.81 -
System Red Green Blue C M Y K H S L
Decimal 216 106 10 0 0.51 0.95 0.15 27.96 0.91 0.44
Hex D8 6A A 0 33 5F F 1C 5B 2C
Octal 330 152 12 0 63 137 17 34 133 54
Binary 11011000 1101010 1010 0 110011 1011111 1111 11100 1011011 101100

Color Harmonies of #D86A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A0A

Black with #D86A0A

Text Example


Text Example

White with #D86A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A0A; }

 p { color: rgb(216,106,10); }

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

background-color css

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

 a { background-color: rgb(216,106,10); }

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

border-color css

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

 span { border-color: rgb(216,106,10); }

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