Html Css Color HEX #D07606 Mango Tango

📋 copy color: '#D07606'

red 208 ◦ green 118 ◦ blue 6

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

Shades of Mango Tango #D07606

Tints of Mango Tango #D07606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

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

R = 62.65%
G = 35.54%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D07606 (or 0xD07606) is known color: Mango Tango. HEX triplet: D0, 76 and 06. RGB value is (208,118,6). Sum of RGB (Red+Green+Blue) = 208+118+6=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D07606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07606 is #2F89F9. Grayscale: #848484. Windows color (decimal): -3115514 or 423632. OLE color: 423632.

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

Color convert

RGB 208 118 6 -
CMYK 0 0.43 0.97 0.18
HSL 33.27º 0.94% 0.42% -
HSV(B) 33.27º 0.97% 0.82% -
XYZ 32.52 26.38 3.55 -
YUV 132.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 208 118 6 0 0.43 0.97 0.18 33.27 0.94 0.42
Hex D0 76 6 0 2B 61 12 21 5E 2A
Octal 320 166 6 0 53 141 22 41 136 52
Binary 11010000 1110110 110 0 101011 1100001 10010 100001 1011110 101010

Color Harmonies of #D07606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07606

Black with #D07606

Text Example


Text Example

White with #D07606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07606; }

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

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

background-color css

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

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

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

border-color css

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

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

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