Html Css Color HEX #D07100 Mango Tango

📋 copy color: '#D07100'

red 208 ◦ green 113 ◦ blue 0

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

Shades of Mango Tango #D07100

Tints of Mango Tango #D07100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 64.8%
G = 35.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D07100 (or 0xD07100) is known color: Mango Tango. HEX triplet: D0, 71 and 00. RGB value is (208,113,0). Sum of RGB (Red+Green+Blue) = 208+113+0=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D07100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07100 is #2F8EFF. Grayscale: #818181. Windows color (decimal): -3116800 or 29136. OLE color: 29136.

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

Color convert

RGB 208 113 0 -
CMYK 0 0.46 1 0.18
HSL 32.6º 1% 0.41% -
HSV(B) 32.6º 1% 0.82% -
XYZ 31.92 25.22 3.19 -
YUV 128.52 55.47 184.69 -
System Red Green Blue C M Y K H S L
Decimal 208 113 0 0 0.46 1 0.18 32.6 1 0.41
Hex D0 71 0 0 2E 64 12 21 64 29
Octal 320 161 0 0 56 144 22 41 144 51
Binary 11010000 1110001 0 0 101110 1100100 10010 100001 1100100 101001

Color Harmonies of #D07100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07100

Black with #D07100

Text Example


Text Example

White with #D07100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07100; }

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

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

background-color css

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

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

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

border-color css

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

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

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