Html Css Color HEX #D4820A Mango Tango

📋 copy color: '#D4820A'

red 212 ◦ green 130 ◦ blue 10

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

Shades of Mango Tango #D4820A

Tints of Mango Tango #D4820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 60.23%
G = 36.93%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4820A (or 0xD4820A) is known color: Mango Tango. HEX triplet: D4, 82 and 0A. RGB value is (212,130,10). Sum of RGB (Red+Green+Blue) = 212+130+10=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4820A is #2B7DF5. Grayscale: #8D8D8D. Windows color (decimal): -2850294 or 688852. OLE color: 688852.

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

Color convert

RGB 212 130 10 -
CMYK 0 0.39 0.95 0.17
HSL 35.64º 0.91% 0.44% -
HSV(B) 35.64º 0.95% 0.83% -
XYZ 35.19 29.98 4.22 -
YUV 140.84 54.17 178.76 -
System Red Green Blue C M Y K H S L
Decimal 212 130 10 0 0.39 0.95 0.17 35.64 0.91 0.44
Hex D4 82 A 0 27 5F 11 24 5B 2C
Octal 324 202 12 0 47 137 21 44 133 54
Binary 11010100 10000010 1010 0 100111 1011111 10001 100100 1011011 101100

Color Harmonies of #D4820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4820A

Black with #D4820A

Text Example


Text Example

White with #D4820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4820A; }

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

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

background-color css

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

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

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

border-color css

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

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

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