Html Css Color HEX #D4700A Mango Tango

📋 copy color: '#D4700A'

red 212 ◦ green 112 ◦ blue 10

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

Shades of Mango Tango #D4700A

Tints of Mango Tango #D4700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 63.47%
G = 33.53%
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

#D4700A (or 0xD4700A) is known color: Mango Tango. HEX triplet: D4, 70 and 0A. RGB value is (212,112,10). Sum of RGB (Red+Green+Blue) = 212+112+10=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D4700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4700A is #2B8FF5. Grayscale: #828282. Windows color (decimal): -2854902 or 684244. OLE color: 684244.

HSL color Cylindrical-coordinate representation of color #D4700A: hue angle of 30.3º 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 #D4700A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 112 10 -
CMYK 0 0.47 0.95 0.17
HSL 30.3º 0.91% 0.44% -
HSV(B) 30.3º 0.95% 0.83% -
XYZ 33 25.61 3.49 -
YUV 130.27 60.13 186.29 -
System Red Green Blue C M Y K H S L
Decimal 212 112 10 0 0.47 0.95 0.17 30.3 0.91 0.44
Hex D4 70 A 0 2F 5F 11 1E 5B 2C
Octal 324 160 12 0 57 137 21 36 133 54
Binary 11010100 1110000 1010 0 101111 1011111 10001 11110 1011011 101100

Color Harmonies of #D4700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4700A

Black with #D4700A

Text Example


Text Example

White with #D4700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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