Html Css Color HEX #D48202 Mango Tango

📋 copy color: '#D48202'

red 212 ◦ green 130 ◦ blue 2

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

Shades of Mango Tango #D48202

Tints of Mango Tango #D48202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 61.63%
G = 37.79%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D48202 (or 0xD48202) is known color: Mango Tango. HEX triplet: D4, 82 and 02. RGB value is (212,130,2). Sum of RGB (Red+Green+Blue) = 212+130+2=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D48202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48202 is #2B7DFD. Grayscale: #8C8C8C. Windows color (decimal): -2850302 or 164564. OLE color: 164564.

HSL color Cylindrical-coordinate representation of color #D48202: hue angle of 36.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D48202 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 2 -
CMYK 0 0.39 0.99 0.17
HSL 36.57º 0.98% 0.42% -
HSV(B) 36.57º 0.99% 0.83% -
XYZ 35.14 29.97 3.99 -
YUV 139.93 50.17 179.41 -
System Red Green Blue C M Y K H S L
Decimal 212 130 2 0 0.39 0.99 0.17 36.57 0.98 0.42
Hex D4 82 2 0 27 63 11 25 62 2A
Octal 324 202 2 0 47 143 21 45 142 52
Binary 11010100 10000010 10 0 100111 1100011 10001 100101 1100010 101010

Color Harmonies of #D48202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48202

Black with #D48202

Text Example


Text Example

White with #D48202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48202; }

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

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

background-color css

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

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

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

border-color css

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

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

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