Html Css Color HEX #D07E00 Mango Tango

📋 copy color: '#D07E00'

red 208 ◦ green 126 ◦ blue 0

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

Shades of Mango Tango #D07E00

Tints of Mango Tango #D07E00

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.72%

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

R = 62.28%
G = 37.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D07E00 (or 0xD07E00) is known color: Mango Tango. HEX triplet: D0, 7E and 00. RGB value is (208,126,0). Sum of RGB (Red+Green+Blue) = 208+126+0=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E00 is #2F81FF. Grayscale: #888888. Windows color (decimal): -3113472 or 32464. OLE color: 32464.

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

Color convert

RGB 208 126 0 -
CMYK 0 0.39 1 0.18
HSL 36.35º 1% 0.41% -
HSV(B) 36.35º 1% 0.82% -
XYZ 33.47 28.33 3.7 -
YUV 136.15 51.17 179.25 -
System Red Green Blue C M Y K H S L
Decimal 208 126 0 0 0.39 1 0.18 36.35 1 0.41
Hex D0 7E 0 0 27 64 12 24 64 29
Octal 320 176 0 0 47 144 22 44 144 51
Binary 11010000 1111110 0 0 100111 1100100 10010 100100 1100100 101001

Color Harmonies of #D07E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E00

Black with #D07E00

Text Example


Text Example

White with #D07E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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