Html Css Color HEX #D07204 Mango Tango

📋 copy color: '#D07204'

red 208 ◦ green 114 ◦ blue 4

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

Shades of Mango Tango #D07204

Tints of Mango Tango #D07204

RGB

 RED value IS 208 (81.64% from 255) = 63.8%

 GREEN value IS 114 (44.92% from 255) = 34.97%

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

R = 63.8%
G = 34.97%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D07204 (or 0xD07204) is known color: Mango Tango. HEX triplet: D0, 72 and 04. RGB value is (208,114,4). Sum of RGB (Red+Green+Blue) = 208+114+4=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D07204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07204 is #2F8DFB. Grayscale: #828282. Windows color (decimal): -3116540 or 291536. OLE color: 291536.

HSL color Cylindrical-coordinate representation of color #D07204: hue angle of 32.35º 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 #D07204 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 4 -
CMYK 0 0.45 0.98 0.18
HSL 32.35º 0.96% 0.42% -
HSV(B) 32.35º 0.98% 0.82% -
XYZ 32.05 25.45 3.34 -
YUV 129.57 57.14 183.94 -
System Red Green Blue C M Y K H S L
Decimal 208 114 4 0 0.45 0.98 0.18 32.35 0.96 0.42
Hex D0 72 4 0 2D 62 12 20 60 2A
Octal 320 162 4 0 55 142 22 40 140 52
Binary 11010000 1110010 100 0 101101 1100010 10010 100000 1100000 101010

Color Harmonies of #D07204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07204

Black with #D07204

Text Example


Text Example

White with #D07204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07204; }

 p { color: rgb(208,114,4); }

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

background-color css

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

 a { background-color: rgb(208,114,4); }

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

border-color css

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

 span { border-color: rgb(208,114,4); }

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