Html Css Color HEX #D07006 Mango Tango

📋 copy color: '#D07006'

red 208 ◦ green 112 ◦ blue 6

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

Shades of Mango Tango #D07006

Tints of Mango Tango #D07006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 63.8%
G = 34.36%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D07006 (or 0xD07006) is known color: Mango Tango. HEX triplet: D0, 70 and 06. RGB value is (208,112,6). Sum of RGB (Red+Green+Blue) = 208+112+6=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D07006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07006 is #2F8FF9. Grayscale: #818181. Windows color (decimal): -3117050 or 422096. OLE color: 422096.

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

Color convert

RGB 208 112 6 -
CMYK 0 0.46 0.97 0.18
HSL 31.49º 0.94% 0.42% -
HSV(B) 31.49º 0.97% 0.82% -
XYZ 31.84 25.01 3.32 -
YUV 128.62 58.8 184.62 -
System Red Green Blue C M Y K H S L
Decimal 208 112 6 0 0.46 0.97 0.18 31.49 0.94 0.42
Hex D0 70 6 0 2E 61 12 1F 5E 2A
Octal 320 160 6 0 56 141 22 37 136 52
Binary 11010000 1110000 110 0 101110 1100001 10010 11111 1011110 101010

Color Harmonies of #D07006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07006

Black with #D07006

Text Example


Text Example

White with #D07006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07006; }

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

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

background-color css

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

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

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

border-color css

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

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

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