Html Css Color HEX #D9820E Mango Tango

📋 copy color: '#D9820E'

red 217 ◦ green 130 ◦ blue 14

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

Shades of Mango Tango #D9820E

Tints of Mango Tango #D9820E

RGB

 RED value IS 217 (85.16% from 255) = 60.11%

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 60.11%
G = 36.01%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9820E (or 0xD9820E) is known color: Mango Tango. HEX triplet: D9, 82 and 0E. RGB value is (217,130,14). Sum of RGB (Red+Green+Blue) = 217+130+14=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9820E is #267DF1. Grayscale: #8F8F8F. Windows color (decimal): -2522610 or 951001. OLE color: 951001.

HSL color Cylindrical-coordinate representation of color #D9820E: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9820E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 14 -
CMYK 0 0.40 0.94 0.15
HSL 34.29º 0.88% 0.45% -
HSV(B) 34.29º 0.94% 0.85% -
XYZ 36.68 30.75 4.42 -
YUV 142.79 55.32 180.93 -
System Red Green Blue C M Y K H S L
Decimal 217 130 14 0 0.40 0.94 0.15 34.29 0.88 0.45
Hex D9 82 E 0 28 5E F 22 58 2D
Octal 331 202 16 0 50 136 17 42 130 55
Binary 11011001 10000010 1110 0 101000 1011110 1111 100010 1011000 101101

Color Harmonies of #D9820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9820E

Black with #D9820E

Text Example


Text Example

White with #D9820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9820E; }

 p { color: rgb(217,130,14); }

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

background-color css

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

 a { background-color: rgb(217,130,14); }

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

border-color css

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

 span { border-color: rgb(217,130,14); }

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