Html Css Color HEX #D07706 Mango Tango

📋 copy color: '#D07706'

red 208 ◦ green 119 ◦ blue 6

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

Shades of Mango Tango #D07706

Tints of Mango Tango #D07706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 62.46%
G = 35.74%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D07706 (or 0xD07706) is known color: Mango Tango. HEX triplet: D0, 77 and 06. RGB value is (208,119,6). Sum of RGB (Red+Green+Blue) = 208+119+6=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D07706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07706 is #2F88F9. Grayscale: #858585. Windows color (decimal): -3115258 or 423888. OLE color: 423888.

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

Color convert

RGB 208 119 6 -
CMYK 0 0.43 0.97 0.18
HSL 33.56º 0.94% 0.42% -
HSV(B) 33.56º 0.97% 0.82% -
XYZ 32.64 26.62 3.59 -
YUV 132.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 208 119 6 0 0.43 0.97 0.18 33.56 0.94 0.42
Hex D0 77 6 0 2B 61 12 22 5E 2A
Octal 320 167 6 0 53 141 22 42 136 52
Binary 11010000 1110111 110 0 101011 1100001 10010 100010 1011110 101010

Color Harmonies of #D07706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07706

Black with #D07706

Text Example


Text Example

White with #D07706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07706; }

 p { color: rgb(208,119,6); }

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

background-color css

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

 a { background-color: rgb(208,119,6); }

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

border-color css

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

 span { border-color: rgb(208,119,6); }

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