Html Css Color HEX #D07C06 Mango Tango

📋 copy color: '#D07C06'

red 208 ◦ green 124 ◦ blue 6

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

Shades of Mango Tango #D07C06

Tints of Mango Tango #D07C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 61.54%
G = 36.69%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D07C06 (or 0xD07C06) is known color: Mango Tango. HEX triplet: D0, 7C and 06. RGB value is (208,124,6). Sum of RGB (Red+Green+Blue) = 208+124+6=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C06 is #2F83F9. Grayscale: #888888. Windows color (decimal): -3113978 or 425168. OLE color: 425168.

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

Color convert

RGB 208 124 6 -
CMYK 0 0.40 0.97 0.18
HSL 35.05º 0.94% 0.42% -
HSV(B) 35.05º 0.97% 0.82% -
XYZ 33.25 27.84 3.79 -
YUV 135.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 208 124 6 0 0.40 0.97 0.18 35.05 0.94 0.42
Hex D0 7C 6 0 28 61 12 23 5E 2A
Octal 320 174 6 0 50 141 22 43 136 52
Binary 11010000 1111100 110 0 101000 1100001 10010 100011 1011110 101010

Color Harmonies of #D07C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C06

Black with #D07C06

Text Example


Text Example

White with #D07C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C06; }

 p { color: rgb(208,124,6); }

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

background-color css

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

 a { background-color: rgb(208,124,6); }

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

border-color css

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

 span { border-color: rgb(208,124,6); }

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