Html Css Color HEX #D6810C Mango Tango

📋 copy color: '#D6810C'

red 214 ◦ green 129 ◦ blue 12

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

Shades of Mango Tango #D6810C

Tints of Mango Tango #D6810C

RGB

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

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

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

R = 60.28%
G = 36.34%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6810C (or 0xD6810C) is known color: Mango Tango. HEX triplet: D6, 81 and 0C. RGB value is (214,129,12). Sum of RGB (Red+Green+Blue) = 214+129+12=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6810C is #297EF3. Grayscale: #8D8D8D. Windows color (decimal): -2719476 or 819670. OLE color: 819670.

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

Color convert

RGB 214 129 12 -
CMYK 0 0.40 0.94 0.16
HSL 34.75º 0.89% 0.44% -
HSV(B) 34.75º 0.94% 0.84% -
XYZ 35.65 30.02 4.26 -
YUV 141.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 214 129 12 0 0.40 0.94 0.16 34.75 0.89 0.44
Hex D6 81 C 0 28 5E 10 23 59 2C
Octal 326 201 14 0 50 136 20 43 131 54
Binary 11010110 10000001 1100 0 101000 1011110 10000 100011 1011001 101100

Color Harmonies of #D6810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6810C

Black with #D6810C

Text Example


Text Example

White with #D6810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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