Html Css Color HEX #D9820B Mango Tango

📋 copy color: '#D9820B'

red 217 ◦ green 130 ◦ blue 11

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

Shades of Mango Tango #D9820B

Tints of Mango Tango #D9820B

RGB

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

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

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

R = 60.61%
G = 36.31%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9820B (or 0xD9820B) is known color: Mango Tango. HEX triplet: D9, 82 and 0B. RGB value is (217,130,11). Sum of RGB (Red+Green+Blue) = 217+130+11=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9820B is #267DF4. Grayscale: #8F8F8F. Windows color (decimal): -2522613 or 754393. OLE color: 754393.

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

Color convert

RGB 217 130 11 -
CMYK 0 0.40 0.95 0.15
HSL 34.66º 0.9% 0.45% -
HSV(B) 34.66º 0.95% 0.85% -
XYZ 36.66 30.74 4.32 -
YUV 142.45 53.82 181.18 -
System Red Green Blue C M Y K H S L
Decimal 217 130 11 0 0.40 0.95 0.15 34.66 0.9 0.45
Hex D9 82 B 0 28 5F F 23 5A 2D
Octal 331 202 13 0 50 137 17 43 132 55
Binary 11011001 10000010 1011 0 101000 1011111 1111 100011 1011010 101101

Color Harmonies of #D9820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9820B

Black with #D9820B

Text Example


Text Example

White with #D9820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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