Html Css Color HEX #D07501 Mango Tango

📋 copy color: '#D07501'

red 208 ◦ green 117 ◦ blue 1

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

Shades of Mango Tango #D07501

Tints of Mango Tango #D07501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

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

R = 63.8%
G = 35.89%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D07501 (or 0xD07501) is known color: Mango Tango. HEX triplet: D0, 75 and 01. RGB value is (208,117,1). Sum of RGB (Red+Green+Blue) = 208+117+1=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D07501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07501 is #2F8AFE. Grayscale: #838383. Windows color (decimal): -3115775 or 95696. OLE color: 95696.

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

Color convert

RGB 208 117 1 -
CMYK 0 0.44 1.00 0.18
HSL 33.62º 0.99% 0.41% -
HSV(B) 33.62º 1% 0.82% -
XYZ 32.38 26.13 3.37 -
YUV 130.99 54.65 182.93 -
System Red Green Blue C M Y K H S L
Decimal 208 117 1 0 0.44 1.00 0.18 33.62 0.99 0.41
Hex D0 75 1 0 2C 64 12 22 63 29
Octal 320 165 1 0 54 144 22 42 143 51
Binary 11010000 1110101 1 0 101100 1100100 10010 100010 1100011 101001

Color Harmonies of #D07501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07501

Black with #D07501

Text Example


Text Example

White with #D07501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07501; }

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

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

background-color css

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

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

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

border-color css

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

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

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