Html Css Color HEX #D07005 Mango Tango

📋 copy color: '#D07005'

red 208 ◦ green 112 ◦ blue 5

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

Shades of Mango Tango #D07005

Tints of Mango Tango #D07005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 64%
G = 34.46%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D07005 (or 0xD07005) is known color: Mango Tango. HEX triplet: D0, 70 and 05. RGB value is (208,112,5). Sum of RGB (Red+Green+Blue) = 208+112+5=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D07005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07005 is #2F8FFA. Grayscale: #818181. Windows color (decimal): -3117051 or 356560. OLE color: 356560.

HSL color Cylindrical-coordinate representation of color #D07005: hue angle of 31.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D07005 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 5 -
CMYK 0 0.46 0.98 0.18
HSL 31.63º 0.95% 0.42% -
HSV(B) 31.63º 0.98% 0.82% -
XYZ 31.83 25.01 3.29 -
YUV 128.51 58.3 184.7 -
System Red Green Blue C M Y K H S L
Decimal 208 112 5 0 0.46 0.98 0.18 31.63 0.95 0.42
Hex D0 70 5 0 2E 62 12 20 5F 2A
Octal 320 160 5 0 56 142 22 40 137 52
Binary 11010000 1110000 101 0 101110 1100010 10010 100000 1011111 101010

Color Harmonies of #D07005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07005

Black with #D07005

Text Example


Text Example

White with #D07005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07005; }

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

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

background-color css

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

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

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

border-color css

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

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

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