Html Css Color HEX #D56A07 Mango Tango

📋 copy color: '#D56A07'

red 213 ◦ green 106 ◦ blue 7

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

Shades of Mango Tango #D56A07

Tints of Mango Tango #D56A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

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

R = 65.34%
G = 32.52%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D56A07 (or 0xD56A07) is known color: Mango Tango. HEX triplet: D5, 6A and 07. RGB value is (213,106,7). Sum of RGB (Red+Green+Blue) = 213+106+7=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56A07 is #2A95F8. Grayscale: #7F7F7F. Windows color (decimal): -2790905 or 486101. OLE color: 486101.

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

Color convert

RGB 213 106 7 -
CMYK 0 0.50 0.97 0.16
HSL 28.83º 0.94% 0.43% -
HSV(B) 28.83º 0.97% 0.84% -
XYZ 32.63 24.47 3.2 -
YUV 126.71 60.45 189.55 -
System Red Green Blue C M Y K H S L
Decimal 213 106 7 0 0.50 0.97 0.16 28.83 0.94 0.43
Hex D5 6A 7 0 32 61 10 1D 5E 2B
Octal 325 152 7 0 62 141 20 35 136 53
Binary 11010101 1101010 111 0 110010 1100001 10000 11101 1011110 101011

Color Harmonies of #D56A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A07

Black with #D56A07

Text Example


Text Example

White with #D56A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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