Html Css Color HEX #D8830A Mango Tango

📋 copy color: '#D8830A'

red 216 ◦ green 131 ◦ blue 10

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

Shades of Mango Tango #D8830A

Tints of Mango Tango #D8830A

RGB

 RED value IS 216 (84.77% from 255) = 60.5%

 GREEN value IS 131 (51.56% from 255) = 36.69%

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

R = 60.5%
G = 36.69%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8830A (or 0xD8830A) is known color: Mango Tango. HEX triplet: D8, 83 and 0A. RGB value is (216,131,10). Sum of RGB (Red+Green+Blue) = 216+131+10=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8830A is #277CF5. Grayscale: #8F8F8F. Windows color (decimal): -2587894 or 689112. OLE color: 689112.

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

Color convert

RGB 216 131 10 -
CMYK 0 0.39 0.95 0.15
HSL 35.24º 0.91% 0.44% -
HSV(B) 35.24º 0.95% 0.85% -
XYZ 36.49 30.85 4.32 -
YUV 142.62 53.16 180.34 -
System Red Green Blue C M Y K H S L
Decimal 216 131 10 0 0.39 0.95 0.15 35.24 0.91 0.44
Hex D8 83 A 0 27 5F F 23 5B 2C
Octal 330 203 12 0 47 137 17 43 133 54
Binary 11011000 10000011 1010 0 100111 1011111 1111 100011 1011011 101100

Color Harmonies of #D8830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8830A

Black with #D8830A

Text Example


Text Example

White with #D8830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8830A; }

 p { color: rgb(216,131,10); }

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

background-color css

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

 a { background-color: rgb(216,131,10); }

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

border-color css

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

 span { border-color: rgb(216,131,10); }

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