Html Css Color HEX #D07001 Mango Tango

📋 copy color: '#D07001'

red 208 ◦ green 112 ◦ blue 1

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

Shades of Mango Tango #D07001

Tints of Mango Tango #D07001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 64.8%
G = 34.89%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D07001 (or 0xD07001) is known color: Mango Tango. HEX triplet: D0, 70 and 01. RGB value is (208,112,1). Sum of RGB (Red+Green+Blue) = 208+112+1=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D07001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07001 is #2F8FFE. Grayscale: #808080. Windows color (decimal): -3117055 or 94416. OLE color: 94416.

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

Color convert

RGB 208 112 1 -
CMYK 0 0.46 1.00 0.18
HSL 32.17º 0.99% 0.41% -
HSV(B) 32.17º 1% 0.82% -
XYZ 31.81 25 3.18 -
YUV 128.05 56.3 185.03 -
System Red Green Blue C M Y K H S L
Decimal 208 112 1 0 0.46 1.00 0.18 32.17 0.99 0.41
Hex D0 70 1 0 2E 64 12 20 63 29
Octal 320 160 1 0 56 144 22 40 143 51
Binary 11010000 1110000 1 0 101110 1100100 10010 100000 1100011 101001

Color Harmonies of #D07001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07001

Black with #D07001

Text Example


Text Example

White with #D07001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07001; }

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

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

background-color css

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

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

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

border-color css

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

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

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