Html Css Color HEX #D07F00 Mango Tango

📋 copy color: '#D07F00'

red 208 ◦ green 127 ◦ blue 0

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

Shades of Mango Tango #D07F00

Tints of Mango Tango #D07F00

RGB

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

 GREEN value IS 127 (50% from 255) = 37.91%

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

R = 62.09%
G = 37.91%
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

#D07F00 (or 0xD07F00) is known color: Mango Tango. HEX triplet: D0, 7F and 00. RGB value is (208,127,0). Sum of RGB (Red+Green+Blue) = 208+127+0=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F00 is #2F80FF. Grayscale: #898989. Windows color (decimal): -3113216 or 32720. OLE color: 32720.

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

Color convert

RGB 208 127 0 -
CMYK 0 0.39 1 0.18
HSL 36.63º 1% 0.41% -
HSV(B) 36.63º 1% 0.82% -
XYZ 33.6 28.59 3.75 -
YUV 136.74 50.84 178.83 -
System Red Green Blue C M Y K H S L
Decimal 208 127 0 0 0.39 1 0.18 36.63 1 0.41
Hex D0 7F 0 0 27 64 12 25 64 29
Octal 320 177 0 0 47 144 22 45 144 51
Binary 11010000 1111111 0 0 100111 1100100 10010 100101 1100100 101001

Color Harmonies of #D07F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F00

Black with #D07F00

Text Example


Text Example

White with #D07F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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