Html Css Color HEX #D8830C Mango Tango

📋 copy color: '#D8830C'

red 216 ◦ green 131 ◦ blue 12

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

Shades of Mango Tango #D8830C

Tints of Mango Tango #D8830C

RGB

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

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

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

R = 60.17%
G = 36.49%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8830C (or 0xD8830C) is known color: Mango Tango. HEX triplet: D8, 83 and 0C. RGB value is (216,131,12). Sum of RGB (Red+Green+Blue) = 216+131+12=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8830C is #277CF3. Grayscale: #8F8F8F. Windows color (decimal): -2587892 or 820184. OLE color: 820184.

HSL color Cylindrical-coordinate representation of color #D8830C: hue angle of 35º degrees, saturation: 0.89, 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 #D8830C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 12 -
CMYK 0 0.39 0.94 0.15
HSL 35º 0.89% 0.45% -
HSV(B) 35º 0.94% 0.85% -
XYZ 36.5 30.86 4.38 -
YUV 142.85 54.16 180.18 -
System Red Green Blue C M Y K H S L
Decimal 216 131 12 0 0.39 0.94 0.15 35 0.89 0.45
Hex D8 83 C 0 27 5E F 23 59 2D
Octal 330 203 14 0 47 136 17 43 131 55
Binary 11011000 10000011 1100 0 100111 1011110 1111 100011 1011001 101101

Color Harmonies of #D8830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8830C

Black with #D8830C

Text Example


Text Example

White with #D8830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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