Html Css Color HEX #D8680A Mango Tango

📋 copy color: '#D8680A'

red 216 ◦ green 104 ◦ blue 10

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

Shades of Mango Tango #D8680A

Tints of Mango Tango #D8680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 65.45%
G = 31.52%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8680A (or 0xD8680A) is known color: Mango Tango. HEX triplet: D8, 68 and 0A. RGB value is (216,104,10). Sum of RGB (Red+Green+Blue) = 216+104+10=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8680A is #2797F5. Grayscale: #7F7F7F. Windows color (decimal): -2594806 or 682200. OLE color: 682200.

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

Color convert

RGB 216 104 10 -
CMYK 0 0.52 0.95 0.15
HSL 27.38º 0.91% 0.44% -
HSV(B) 27.38º 0.95% 0.85% -
XYZ 33.32 24.52 3.26 -
YUV 126.77 62.11 191.64 -
System Red Green Blue C M Y K H S L
Decimal 216 104 10 0 0.52 0.95 0.15 27.38 0.91 0.44
Hex D8 68 A 0 34 5F F 1B 5B 2C
Octal 330 150 12 0 64 137 17 33 133 54
Binary 11011000 1101000 1010 0 110100 1011111 1111 11011 1011011 101100

Color Harmonies of #D8680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8680A

Black with #D8680A

Text Example


Text Example

White with #D8680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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