Html Css Color HEX #D56F04 Mango Tango

📋 copy color: '#D56F04'

red 213 ◦ green 111 ◦ blue 4

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

Shades of Mango Tango #D56F04

Tints of Mango Tango #D56F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.84%

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

R = 64.94%
G = 33.84%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D56F04 (or 0xD56F04) is known color: Mango Tango. HEX triplet: D5, 6F and 04. RGB value is (213,111,4). Sum of RGB (Red+Green+Blue) = 213+111+4=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56F04 is #2A90FB. Grayscale: #818181. Windows color (decimal): -2789628 or 290773. OLE color: 290773.

HSL color Cylindrical-coordinate representation of color #D56F04: hue angle of 30.72º 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 #D56F04 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 4 -
CMYK 0 0.48 0.98 0.16
HSL 30.72º 0.96% 0.43% -
HSV(B) 30.72º 0.98% 0.84% -
XYZ 33.15 25.52 3.29 -
YUV 129.3 57.29 187.7 -
System Red Green Blue C M Y K H S L
Decimal 213 111 4 0 0.48 0.98 0.16 30.72 0.96 0.43
Hex D5 6F 4 0 30 62 10 1F 60 2B
Octal 325 157 4 0 60 142 20 37 140 53
Binary 11010101 1101111 100 0 110000 1100010 10000 11111 1100000 101011

Color Harmonies of #D56F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F04

Black with #D56F04

Text Example


Text Example

White with #D56F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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