Html Css Color HEX #D6810A Mango Tango

📋 copy color: '#D6810A'

red 214 ◦ green 129 ◦ blue 10

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

Shades of Mango Tango #D6810A

Tints of Mango Tango #D6810A

RGB

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

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

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

R = 60.62%
G = 36.54%
B = 2.83%

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

#D6810A (or 0xD6810A) is known color: Mango Tango. HEX triplet: D6, 81 and 0A. RGB value is (214,129,10). Sum of RGB (Red+Green+Blue) = 214+129+10=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D6810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6810A is #297EF5. Grayscale: #8D8D8D. Windows color (decimal): -2719478 or 688598. OLE color: 688598.

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

Color convert

RGB 214 129 10 -
CMYK 0 0.40 0.95 0.16
HSL 35º 0.91% 0.44% -
HSV(B) 35º 0.95% 0.84% -
XYZ 35.64 30.02 4.2 -
YUV 140.85 54.16 180.18 -
System Red Green Blue C M Y K H S L
Decimal 214 129 10 0 0.40 0.95 0.16 35 0.91 0.44
Hex D6 81 A 0 28 5F 10 23 5B 2C
Octal 326 201 12 0 50 137 20 43 133 54
Binary 11010110 10000001 1010 0 101000 1011111 10000 100011 1011011 101100

Color Harmonies of #D6810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6810A

Black with #D6810A

Text Example


Text Example

White with #D6810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6810A; }

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

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

background-color css

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

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

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

border-color css

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

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

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