Html Css Color HEX #D07C00 Mango Tango

📋 copy color: '#D07C00'

red 208 ◦ green 124 ◦ blue 0

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

Shades of Mango Tango #D07C00

Tints of Mango Tango #D07C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

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

R = 62.65%
G = 37.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D07C00 (or 0xD07C00) is known color: Mango Tango. HEX triplet: D0, 7C and 00. RGB value is (208,124,0). Sum of RGB (Red+Green+Blue) = 208+124+0=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C00 is #2F83FF. Grayscale: #878787. Windows color (decimal): -3113984 or 31952. OLE color: 31952.

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

Color convert

RGB 208 124 0 -
CMYK 0 0.40 1 0.18
HSL 35.77º 1% 0.41% -
HSV(B) 35.77º 1% 0.82% -
XYZ 33.22 27.83 3.62 -
YUV 134.98 51.83 180.08 -
System Red Green Blue C M Y K H S L
Decimal 208 124 0 0 0.40 1 0.18 35.77 1 0.41
Hex D0 7C 0 0 28 64 12 24 64 29
Octal 320 174 0 0 50 144 22 44 144 51
Binary 11010000 1111100 0 0 101000 1100100 10010 100100 1100100 101001

Color Harmonies of #D07C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C00

Black with #D07C00

Text Example


Text Example

White with #D07C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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