Html Css Color HEX #D48502 Mango Tango

📋 copy color: '#D48502'

red 212 ◦ green 133 ◦ blue 2

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

Shades of Mango Tango #D48502

Tints of Mango Tango #D48502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

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

R = 61.1%
G = 38.33%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D48502 (or 0xD48502) is known color: Mango Tango. HEX triplet: D4, 85 and 02. RGB value is (212,133,2). Sum of RGB (Red+Green+Blue) = 212+133+2=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D48502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48502 is #2B7AFD. Grayscale: #8E8E8E. Windows color (decimal): -2849534 or 165332. OLE color: 165332.

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

Color convert

RGB 212 133 2 -
CMYK 0 0.37 0.99 0.17
HSL 37.43º 0.98% 0.42% -
HSV(B) 37.43º 0.99% 0.83% -
XYZ 35.55 30.78 4.12 -
YUV 141.69 49.17 178.15 -
System Red Green Blue C M Y K H S L
Decimal 212 133 2 0 0.37 0.99 0.17 37.43 0.98 0.42
Hex D4 85 2 0 25 63 11 25 62 2A
Octal 324 205 2 0 45 143 21 45 142 52
Binary 11010100 10000101 10 0 100101 1100011 10001 100101 1100010 101010

Color Harmonies of #D48502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48502

Black with #D48502

Text Example


Text Example

White with #D48502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48502; }

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

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

background-color css

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

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

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

border-color css

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

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

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