Html Css Color HEX #D87B0C Mango Tango

📋 copy color: '#D87B0C'

red 216 ◦ green 123 ◦ blue 12

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

Shades of Mango Tango #D87B0C

Tints of Mango Tango #D87B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 61.54%
G = 35.04%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D87B0C (or 0xD87B0C) is known color: Mango Tango. HEX triplet: D8, 7B and 0C. RGB value is (216,123,12). Sum of RGB (Red+Green+Blue) = 216+123+12=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87B0C is #2784F3. Grayscale: #8A8A8A. Windows color (decimal): -2589940 or 818136. OLE color: 818136.

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

Color convert

RGB 216 123 12 -
CMYK 0 0.43 0.94 0.15
HSL 32.65º 0.89% 0.45% -
HSV(B) 32.65º 0.94% 0.85% -
XYZ 35.47 28.79 4.04 -
YUV 138.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 216 123 12 0 0.43 0.94 0.15 32.65 0.89 0.45
Hex D8 7B C 0 2B 5E F 21 59 2D
Octal 330 173 14 0 53 136 17 41 131 55
Binary 11011000 1111011 1100 0 101011 1011110 1111 100001 1011001 101101

Color Harmonies of #D87B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B0C

Black with #D87B0C

Text Example


Text Example

White with #D87B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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