Html Css Color HEX #D48301 Mango Tango

📋 copy color: '#D48301'

red 212 ◦ green 131 ◦ blue 1

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

Shades of Mango Tango #D48301

Tints of Mango Tango #D48301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 61.63%
G = 38.08%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D48301 (or 0xD48301) is known color: Mango Tango. HEX triplet: D4, 83 and 01. RGB value is (212,131,1). Sum of RGB (Red+Green+Blue) = 212+131+1=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D48301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48301 is #2B7CFE. Grayscale: #8D8D8D. Windows color (decimal): -2850047 or 99284. OLE color: 99284.

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

Color convert

RGB 212 131 1 -
CMYK 0 0.38 1.00 0.17
HSL 36.97º 0.99% 0.42% -
HSV(B) 36.97º 1% 0.83% -
XYZ 35.27 30.23 4 -
YUV 140.4 49.34 179.07 -
System Red Green Blue C M Y K H S L
Decimal 212 131 1 0 0.38 1.00 0.17 36.97 0.99 0.42
Hex D4 83 1 0 26 64 11 25 63 2A
Octal 324 203 1 0 46 144 21 45 143 52
Binary 11010100 10000011 1 0 100110 1100100 10001 100101 1100011 101010

Color Harmonies of #D48301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48301

Black with #D48301

Text Example


Text Example

White with #D48301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48301; }

 p { color: rgb(212,131,1); }

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

background-color css

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

 a { background-color: rgb(212,131,1); }

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

border-color css

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

 span { border-color: rgb(212,131,1); }

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