Html Css Color HEX #D4710A Mango Tango

📋 copy color: '#D4710A'

red 212 ◦ green 113 ◦ blue 10

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

Shades of Mango Tango #D4710A

Tints of Mango Tango #D4710A

RGB

 RED value IS 212 (83.2% from 255) = 63.28%

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 63.28%
G = 33.73%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4710A (or 0xD4710A) is known color: Mango Tango. HEX triplet: D4, 71 and 0A. RGB value is (212,113,10). Sum of RGB (Red+Green+Blue) = 212+113+10=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D4710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4710A is #2B8EF5. Grayscale: #838383. Windows color (decimal): -2854646 or 684500. OLE color: 684500.

HSL color Cylindrical-coordinate representation of color #D4710A: hue angle of 30.59º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4710A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 10 -
CMYK 0 0.47 0.95 0.17
HSL 30.59º 0.91% 0.44% -
HSV(B) 30.59º 0.95% 0.83% -
XYZ 33.11 25.83 3.53 -
YUV 130.86 59.8 185.88 -
System Red Green Blue C M Y K H S L
Decimal 212 113 10 0 0.47 0.95 0.17 30.59 0.91 0.44
Hex D4 71 A 0 2F 5F 11 1F 5B 2C
Octal 324 161 12 0 57 137 21 37 133 54
Binary 11010100 1110001 1010 0 101111 1011111 10001 11111 1011011 101100

Color Harmonies of #D4710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4710A

Black with #D4710A

Text Example


Text Example

White with #D4710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4710A; }

 p { color: rgb(212,113,10); }

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

background-color css

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

 a { background-color: rgb(212,113,10); }

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

border-color css

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

 span { border-color: rgb(212,113,10); }

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