Html Css Color HEX #D56F06 Mango Tango

📋 copy color: '#D56F06'

red 213 ◦ green 111 ◦ blue 6

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

Shades of Mango Tango #D56F06

Tints of Mango Tango #D56F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 64.55%
G = 33.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D56F06 (or 0xD56F06) is known color: Mango Tango. HEX triplet: D5, 6F and 06. RGB value is (213,111,6). Sum of RGB (Red+Green+Blue) = 213+111+6=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56F06 is #2A90F9. Grayscale: #828282. Windows color (decimal): -2789626 or 421845. OLE color: 421845.

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

Color convert

RGB 213 111 6 -
CMYK 0 0.48 0.97 0.16
HSL 30.43º 0.95% 0.43% -
HSV(B) 30.43º 0.97% 0.84% -
XYZ 33.16 25.53 3.35 -
YUV 129.53 58.29 187.54 -
System Red Green Blue C M Y K H S L
Decimal 213 111 6 0 0.48 0.97 0.16 30.43 0.95 0.43
Hex D5 6F 6 0 30 61 10 1E 5F 2B
Octal 325 157 6 0 60 141 20 36 137 53
Binary 11010101 1101111 110 0 110000 1100001 10000 11110 1011111 101011

Color Harmonies of #D56F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F06

Black with #D56F06

Text Example


Text Example

White with #D56F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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