Html Css Color HEX #D07200 Mango Tango

📋 copy color: '#D07200'

red 208 ◦ green 114 ◦ blue 0

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

Shades of Mango Tango #D07200

Tints of Mango Tango #D07200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

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

R = 64.6%
G = 35.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D07200 (or 0xD07200) is known color: Mango Tango. HEX triplet: D0, 72 and 00. RGB value is (208,114,0). Sum of RGB (Red+Green+Blue) = 208+114+0=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D07200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07200 is #2F8DFF. Grayscale: #818181. Windows color (decimal): -3116544 or 29392. OLE color: 29392.

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

Color convert

RGB 208 114 0 -
CMYK 0 0.45 1 0.18
HSL 32.88º 1% 0.41% -
HSV(B) 32.88º 1% 0.82% -
XYZ 32.03 25.44 3.22 -
YUV 129.11 55.14 184.27 -
System Red Green Blue C M Y K H S L
Decimal 208 114 0 0 0.45 1 0.18 32.88 1 0.41
Hex D0 72 0 0 2D 64 12 21 64 29
Octal 320 162 0 0 55 144 22 41 144 51
Binary 11010000 1110010 0 0 101101 1100100 10010 100001 1100100 101001

Color Harmonies of #D07200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07200

Black with #D07200

Text Example


Text Example

White with #D07200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07200; }

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

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

background-color css

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

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

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

border-color css

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

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

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