Html Css Color HEX #D56A08 Mango Tango

📋 copy color: '#D56A08'

red 213 ◦ green 106 ◦ blue 8

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

Shades of Mango Tango #D56A08

Tints of Mango Tango #D56A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 65.14%
G = 32.42%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D56A08 (or 0xD56A08) is known color: Mango Tango. HEX triplet: D5, 6A and 08. RGB value is (213,106,8). Sum of RGB (Red+Green+Blue) = 213+106+8=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56A08 is #2A95F7. Grayscale: #7F7F7F. Windows color (decimal): -2790904 or 551637. OLE color: 551637.

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

Color convert

RGB 213 106 8 -
CMYK 0 0.50 0.96 0.16
HSL 28.68º 0.93% 0.43% -
HSV(B) 28.68º 0.96% 0.84% -
XYZ 32.64 24.47 3.23 -
YUV 126.82 60.95 189.47 -
System Red Green Blue C M Y K H S L
Decimal 213 106 8 0 0.50 0.96 0.16 28.68 0.93 0.43
Hex D5 6A 8 0 32 60 10 1D 5D 2B
Octal 325 152 10 0 62 140 20 35 135 53
Binary 11010101 1101010 1000 0 110010 1100000 10000 11101 1011101 101011

Color Harmonies of #D56A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A08

Black with #D56A08

Text Example


Text Example

White with #D56A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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