Html Css Color HEX #D48204 Mango Tango

📋 copy color: '#D48204'

red 212 ◦ green 130 ◦ blue 4

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

Shades of Mango Tango #D48204

Tints of Mango Tango #D48204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 61.27%
G = 37.57%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D48204 (or 0xD48204) is known color: Mango Tango. HEX triplet: D4, 82 and 04. RGB value is (212,130,4). Sum of RGB (Red+Green+Blue) = 212+130+4=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D48204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48204 is #2B7DFB. Grayscale: #8C8C8C. Windows color (decimal): -2850300 or 295636. OLE color: 295636.

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

Color convert

RGB 212 130 4 -
CMYK 0 0.39 0.98 0.17
HSL 36.35º 0.96% 0.42% -
HSV(B) 36.35º 0.98% 0.83% -
XYZ 35.16 29.97 4.05 -
YUV 140.15 51.17 179.25 -
System Red Green Blue C M Y K H S L
Decimal 212 130 4 0 0.39 0.98 0.17 36.35 0.96 0.42
Hex D4 82 4 0 27 62 11 24 60 2A
Octal 324 202 4 0 47 142 21 44 140 52
Binary 11010100 10000010 100 0 100111 1100010 10001 100100 1100000 101010

Color Harmonies of #D48204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48204

Black with #D48204

Text Example


Text Example

White with #D48204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48204; }

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

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

background-color css

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

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

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

border-color css

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

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

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