Html Css Color HEX #D07400 Mango Tango

📋 copy color: '#D07400'

red 208 ◦ green 116 ◦ blue 0

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

Shades of Mango Tango #D07400

Tints of Mango Tango #D07400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

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

R = 64.2%
G = 35.8%
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

#D07400 (or 0xD07400) is known color: Mango Tango. HEX triplet: D0, 74 and 00. RGB value is (208,116,0). Sum of RGB (Red+Green+Blue) = 208+116+0=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D07400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07400 is #2F8BFF. Grayscale: #828282. Windows color (decimal): -3116032 or 29904. OLE color: 29904.

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

Color convert

RGB 208 116 0 -
CMYK 0 0.44 1 0.18
HSL 33.46º 1% 0.41% -
HSV(B) 33.46º 1% 0.82% -
XYZ 32.26 25.9 3.3 -
YUV 130.28 54.48 183.43 -
System Red Green Blue C M Y K H S L
Decimal 208 116 0 0 0.44 1 0.18 33.46 1 0.41
Hex D0 74 0 0 2C 64 12 21 64 29
Octal 320 164 0 0 54 144 22 41 144 51
Binary 11010000 1110100 0 0 101100 1100100 10010 100001 1100100 101001

Color Harmonies of #D07400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07400

Black with #D07400

Text Example


Text Example

White with #D07400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07400; }

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

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

background-color css

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

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

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

border-color css

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

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

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