Html Css Color HEX #D07105 Mango Tango

📋 copy color: '#D07105'

red 208 ◦ green 113 ◦ blue 5

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

Shades of Mango Tango #D07105

Tints of Mango Tango #D07105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 63.8%
G = 34.66%
B = 1.53%

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

#D07105 (or 0xD07105) is known color: Mango Tango. HEX triplet: D0, 71 and 05. RGB value is (208,113,5). Sum of RGB (Red+Green+Blue) = 208+113+5=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D07105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07105 is #2F8EFA. Grayscale: #818181. Windows color (decimal): -3116795 or 356816. OLE color: 356816.

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

Color convert

RGB 208 113 5 -
CMYK 0 0.46 0.98 0.18
HSL 31.92º 0.95% 0.42% -
HSV(B) 31.92º 0.98% 0.82% -
XYZ 31.94 25.23 3.33 -
YUV 129.09 57.97 184.28 -
System Red Green Blue C M Y K H S L
Decimal 208 113 5 0 0.46 0.98 0.18 31.92 0.95 0.42
Hex D0 71 5 0 2E 62 12 20 5F 2A
Octal 320 161 5 0 56 142 22 40 137 52
Binary 11010000 1110001 101 0 101110 1100010 10010 100000 1011111 101010

Color Harmonies of #D07105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07105

Black with #D07105

Text Example


Text Example

White with #D07105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07105; }

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

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

background-color css

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

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

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

border-color css

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

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

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