Html Css Color HEX #D07500 Mango Tango

📋 copy color: '#D07500'

red 208 ◦ green 117 ◦ blue 0

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

Shades of Mango Tango #D07500

Tints of Mango Tango #D07500

RGB

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

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

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

R = 64%
G = 36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D07500 (or 0xD07500) is known color: Mango Tango. HEX triplet: D0, 75 and 00. RGB value is (208,117,0). Sum of RGB (Red+Green+Blue) = 208+117+0=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D07500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07500 is #2F8AFF. Grayscale: #838383. Windows color (decimal): -3115776 or 30160. OLE color: 30160.

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

Color convert

RGB 208 117 0 -
CMYK 0 0.44 1 0.18
HSL 33.75º 1% 0.41% -
HSV(B) 33.75º 1% 0.82% -
XYZ 32.37 26.13 3.34 -
YUV 130.87 54.15 183.01 -
System Red Green Blue C M Y K H S L
Decimal 208 117 0 0 0.44 1 0.18 33.75 1 0.41
Hex D0 75 0 0 2C 64 12 22 64 29
Octal 320 165 0 0 54 144 22 42 144 51
Binary 11010000 1110101 0 0 101100 1100100 10010 100010 1100100 101001

Color Harmonies of #D07500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07500

Black with #D07500

Text Example


Text Example

White with #D07500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07500; }

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

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

background-color css

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

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

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

border-color css

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

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

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