Html Css Color HEX #D07104 Mango Tango

📋 copy color: '#D07104'

red 208 ◦ green 113 ◦ blue 4

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

Shades of Mango Tango #D07104

Tints of Mango Tango #D07104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.77%

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

R = 64%
G = 34.77%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D07104 (or 0xD07104) is known color: Mango Tango. HEX triplet: D0, 71 and 04. RGB value is (208,113,4). Sum of RGB (Red+Green+Blue) = 208+113+4=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D07104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07104 is #2F8EFB. Grayscale: #818181. Windows color (decimal): -3116796 or 291280. OLE color: 291280.

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

Color convert

RGB 208 113 4 -
CMYK 0 0.46 0.98 0.18
HSL 32.06º 0.96% 0.42% -
HSV(B) 32.06º 0.98% 0.82% -
XYZ 31.94 25.23 3.3 -
YUV 128.98 57.47 184.36 -
System Red Green Blue C M Y K H S L
Decimal 208 113 4 0 0.46 0.98 0.18 32.06 0.96 0.42
Hex D0 71 4 0 2E 62 12 20 60 2A
Octal 320 161 4 0 56 142 22 40 140 52
Binary 11010000 1110001 100 0 101110 1100010 10010 100000 1100000 101010

Color Harmonies of #D07104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07104

Black with #D07104

Text Example


Text Example

White with #D07104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07104; }

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

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

background-color css

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

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

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

border-color css

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

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

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