Html Css Color HEX #D07205 Mango Tango

📋 copy color: '#D07205'

red 208 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #D07205

Tints of Mango Tango #D07205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 63.61%
G = 34.86%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D07205 (or 0xD07205) is known color: Mango Tango. HEX triplet: D0, 72 and 05. RGB value is (208,114,5). Sum of RGB (Red+Green+Blue) = 208+114+5=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D07205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07205 is #2F8DFA. Grayscale: #828282. Windows color (decimal): -3116539 or 357072. OLE color: 357072.

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

Color convert

RGB 208 114 5 -
CMYK 0 0.45 0.98 0.18
HSL 32.22º 0.95% 0.42% -
HSV(B) 32.22º 0.98% 0.82% -
XYZ 32.06 25.46 3.37 -
YUV 129.68 57.64 183.86 -
System Red Green Blue C M Y K H S L
Decimal 208 114 5 0 0.45 0.98 0.18 32.22 0.95 0.42
Hex D0 72 5 0 2D 62 12 20 5F 2A
Octal 320 162 5 0 55 142 22 40 137 52
Binary 11010000 1110010 101 0 101101 1100010 10010 100000 1011111 101010

Color Harmonies of #D07205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07205

Black with #D07205

Text Example


Text Example

White with #D07205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07205; }

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

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

background-color css

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

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

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

border-color css

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

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

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