Html Css Color HEX #D06F04 Mango Tango

📋 copy color: '#D06F04'

red 208 ◦ green 111 ◦ blue 4

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

Shades of Mango Tango #D06F04

Tints of Mango Tango #D06F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

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

R = 64.4%
G = 34.37%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D06F04 (or 0xD06F04) is known color: Mango Tango. HEX triplet: D0, 6F and 04. RGB value is (208,111,4). Sum of RGB (Red+Green+Blue) = 208+111+4=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F04 is #2F90FB. Grayscale: #808080. Windows color (decimal): -3117308 or 290768. OLE color: 290768.

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

Color convert

RGB 208 111 4 -
CMYK 0 0.47 0.98 0.18
HSL 31.47º 0.96% 0.42% -
HSV(B) 31.47º 0.98% 0.82% -
XYZ 31.72 24.79 3.23 -
YUV 127.81 58.14 185.2 -
System Red Green Blue C M Y K H S L
Decimal 208 111 4 0 0.47 0.98 0.18 31.47 0.96 0.42
Hex D0 6F 4 0 2F 62 12 1F 60 2A
Octal 320 157 4 0 57 142 22 37 140 52
Binary 11010000 1101111 100 0 101111 1100010 10010 11111 1100000 101010

Color Harmonies of #D06F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F04

Black with #D06F04

Text Example


Text Example

White with #D06F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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