Html Css Color HEX #D07600 Mango Tango

📋 copy color: '#D07600'

red 208 ◦ green 118 ◦ blue 0

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

Shades of Mango Tango #D07600

Tints of Mango Tango #D07600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.8%
G = 36.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D07600 (or 0xD07600) is known color: Mango Tango. HEX triplet: D0, 76 and 00. RGB value is (208,118,0). Sum of RGB (Red+Green+Blue) = 208+118+0=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D07600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07600 is #2F89FF. Grayscale: #848484. Windows color (decimal): -3115520 or 30416. OLE color: 30416.

HSL color Cylindrical-coordinate representation of color #D07600: hue angle of 34.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D07600 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 0 -
CMYK 0 0.43 1 0.18
HSL 34.04º 1% 0.41% -
HSV(B) 34.04º 1% 0.82% -
XYZ 32.49 26.37 3.38 -
YUV 131.46 53.82 182.59 -
System Red Green Blue C M Y K H S L
Decimal 208 118 0 0 0.43 1 0.18 34.04 1 0.41
Hex D0 76 0 0 2B 64 12 22 64 29
Octal 320 166 0 0 53 144 22 42 144 51
Binary 11010000 1110110 0 0 101011 1100100 10010 100010 1100100 101001

Color Harmonies of #D07600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07600

Black with #D07600

Text Example


Text Example

White with #D07600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07600; }

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

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

background-color css

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

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

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

border-color css

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

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

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