Html Css Color HEX #D56C07 Mango Tango

📋 copy color: '#D56C07'

red 213 ◦ green 108 ◦ blue 7

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

Shades of Mango Tango #D56C07

Tints of Mango Tango #D56C07

RGB

 RED value IS 213 (83.59% from 255) = 64.94%

 GREEN value IS 108 (42.58% from 255) = 32.93%

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 64.94%
G = 32.93%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D56C07 (or 0xD56C07) is known color: Mango Tango. HEX triplet: D5, 6C and 07. RGB value is (213,108,7). Sum of RGB (Red+Green+Blue) = 213+108+7=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56C07 is #2A93F8. Grayscale: #808080. Windows color (decimal): -2790393 or 486613. OLE color: 486613.

HSL color Cylindrical-coordinate representation of color #D56C07: hue angle of 29.42º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D56C07 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 7 -
CMYK 0 0.49 0.97 0.16
HSL 29.42º 0.94% 0.43% -
HSV(B) 29.42º 0.97% 0.84% -
XYZ 32.84 24.89 3.27 -
YUV 127.88 59.79 188.71 -
System Red Green Blue C M Y K H S L
Decimal 213 108 7 0 0.49 0.97 0.16 29.42 0.94 0.43
Hex D5 6C 7 0 31 61 10 1D 5E 2B
Octal 325 154 7 0 61 141 20 35 136 53
Binary 11010101 1101100 111 0 110001 1100001 10000 11101 1011110 101011

Color Harmonies of #D56C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C07

Black with #D56C07

Text Example


Text Example

White with #D56C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C07; }

 p { color: rgb(213,108,7); }

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

background-color css

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

 a { background-color: rgb(213,108,7); }

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

border-color css

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

 span { border-color: rgb(213,108,7); }

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