Html Css Color HEX #D18004 Mango Tango

📋 copy color: '#D18004'

red 209 ◦ green 128 ◦ blue 4

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

Shades of Mango Tango #D18004

Tints of Mango Tango #D18004

RGB

 RED value IS 209 (82.03% from 255) = 61.29%

 GREEN value IS 128 (50.39% from 255) = 37.54%

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

R = 61.29%
G = 37.54%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D18004 (or 0xD18004) is known color: Mango Tango. HEX triplet: D1, 80 and 04. RGB value is (209,128,4). Sum of RGB (Red+Green+Blue) = 209+128+4=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D18004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18004 is #2E7FFB. Grayscale: #8A8A8A. Windows color (decimal): -3047420 or 295121. OLE color: 295121.

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

Color convert

RGB 209 128 4 -
CMYK 0 0.39 0.98 0.18
HSL 36.29º 0.96% 0.42% -
HSV(B) 36.29º 0.98% 0.82% -
XYZ 34.04 29 3.92 -
YUV 138.08 52.34 178.58 -
System Red Green Blue C M Y K H S L
Decimal 209 128 4 0 0.39 0.98 0.18 36.29 0.96 0.42
Hex D1 80 4 0 27 62 12 24 60 2A
Octal 321 200 4 0 47 142 22 44 140 52
Binary 11010001 10000000 100 0 100111 1100010 10010 100100 1100000 101010

Color Harmonies of #D18004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18004

Black with #D18004

Text Example


Text Example

White with #D18004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18004; }

 p { color: rgb(209,128,4); }

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

background-color css

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

 a { background-color: rgb(209,128,4); }

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

border-color css

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

 span { border-color: rgb(209,128,4); }

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