Html Css Color HEX #D6810B Mango Tango

📋 copy color: '#D6810B'

red 214 ◦ green 129 ◦ blue 11

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

Shades of Mango Tango #D6810B

Tints of Mango Tango #D6810B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.11%

R = 60.45%
G = 36.44%
B = 3.11%

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

#D6810B (or 0xD6810B) is known color: Mango Tango. HEX triplet: D6, 81 and 0B. RGB value is (214,129,11). Sum of RGB (Red+Green+Blue) = 214+129+11=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6810B is #297EF4. Grayscale: #8D8D8D. Windows color (decimal): -2719477 or 754134. OLE color: 754134.

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

Color convert

RGB 214 129 11 -
CMYK 0 0.40 0.95 0.16
HSL 34.88º 0.9% 0.44% -
HSV(B) 34.88º 0.95% 0.84% -
XYZ 35.64 30.02 4.23 -
YUV 140.96 54.66 180.09 -
System Red Green Blue C M Y K H S L
Decimal 214 129 11 0 0.40 0.95 0.16 34.88 0.9 0.44
Hex D6 81 B 0 28 5F 10 23 5A 2C
Octal 326 201 13 0 50 137 20 43 132 54
Binary 11010110 10000001 1011 0 101000 1011111 10000 100011 1011010 101100

Color Harmonies of #D6810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6810B

Black with #D6810B

Text Example


Text Example

White with #D6810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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