Html Css Color HEX #D07301 Mango Tango

📋 copy color: '#D07301'

red 208 ◦ green 115 ◦ blue 1

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

Shades of Mango Tango #D07301

Tints of Mango Tango #D07301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 64.2%
G = 35.49%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D07301 (or 0xD07301) is known color: Mango Tango. HEX triplet: D0, 73 and 01. RGB value is (208,115,1). Sum of RGB (Red+Green+Blue) = 208+115+1=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D07301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07301 is #2F8CFE. Grayscale: #828282. Windows color (decimal): -3116287 or 95184. OLE color: 95184.

HSL color Cylindrical-coordinate representation of color #D07301: hue angle of 33.04º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D07301 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 1 -
CMYK 0 0.45 1.00 0.18
HSL 33.04º 0.99% 0.41% -
HSV(B) 33.04º 1% 0.82% -
XYZ 32.15 25.67 3.29 -
YUV 129.81 55.31 183.77 -
System Red Green Blue C M Y K H S L
Decimal 208 115 1 0 0.45 1.00 0.18 33.04 0.99 0.41
Hex D0 73 1 0 2D 64 12 21 63 29
Octal 320 163 1 0 55 144 22 41 143 51
Binary 11010000 1110011 1 0 101101 1100100 10010 100001 1100011 101001

Color Harmonies of #D07301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07301

Black with #D07301

Text Example


Text Example

White with #D07301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07301; }

 p { color: rgb(208,115,1); }

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

background-color css

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

 a { background-color: rgb(208,115,1); }

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

border-color css

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

 span { border-color: rgb(208,115,1); }

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