Html Css Color HEX #D6800A Mango Tango

📋 copy color: '#D6800A'

red 214 ◦ green 128 ◦ blue 10

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

Shades of Mango Tango #D6800A

Tints of Mango Tango #D6800A

RGB

 RED value IS 214 (83.98% from 255) = 60.8%

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

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

R = 60.8%
G = 36.36%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6800A (or 0xD6800A) is known color: Mango Tango. HEX triplet: D6, 80 and 0A. RGB value is (214,128,10). Sum of RGB (Red+Green+Blue) = 214+128+10=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D6800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6800A is #297FF5. Grayscale: #8C8C8C. Windows color (decimal): -2719734 or 688342. OLE color: 688342.

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

Color convert

RGB 214 128 10 -
CMYK 0 0.40 0.95 0.16
HSL 34.71º 0.91% 0.44% -
HSV(B) 34.71º 0.95% 0.84% -
XYZ 35.51 29.76 4.16 -
YUV 140.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 214 128 10 0 0.40 0.95 0.16 34.71 0.91 0.44
Hex D6 80 A 0 28 5F 10 23 5B 2C
Octal 326 200 12 0 50 137 20 43 133 54
Binary 11010110 10000000 1010 0 101000 1011111 10000 100011 1011011 101100

Color Harmonies of #D6800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6800A

Black with #D6800A

Text Example


Text Example

White with #D6800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6800A; }

 p { color: rgb(214,128,10); }

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

background-color css

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

 a { background-color: rgb(214,128,10); }

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

border-color css

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

 span { border-color: rgb(214,128,10); }

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