Html Css Color HEX #D56C04 Mango Tango

📋 copy color: '#D56C04'

red 213 ◦ green 108 ◦ blue 4

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

Shades of Mango Tango #D56C04

Tints of Mango Tango #D56C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 65.54%
G = 33.23%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D56C04 (or 0xD56C04) is known color: Mango Tango. HEX triplet: D5, 6C and 04. RGB value is (213,108,4). Sum of RGB (Red+Green+Blue) = 213+108+4=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56C04 is #2A93FB. Grayscale: #808080. Windows color (decimal): -2790396 or 290005. OLE color: 290005.

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

Color convert

RGB 213 108 4 -
CMYK 0 0.49 0.98 0.16
HSL 29.86º 0.96% 0.43% -
HSV(B) 29.86º 0.98% 0.84% -
XYZ 32.83 24.88 3.19 -
YUV 127.54 58.29 188.96 -
System Red Green Blue C M Y K H S L
Decimal 213 108 4 0 0.49 0.98 0.16 29.86 0.96 0.43
Hex D5 6C 4 0 31 62 10 1E 60 2B
Octal 325 154 4 0 61 142 20 36 140 53
Binary 11010101 1101100 100 0 110001 1100010 10000 11110 1100000 101011

Color Harmonies of #D56C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C04

Black with #D56C04

Text Example


Text Example

White with #D56C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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