Html Css Color HEX #D67706 Mango Tango

📋 copy color: '#D67706'

red 214 ◦ green 119 ◦ blue 6

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

Shades of Mango Tango #D67706

Tints of Mango Tango #D67706

RGB

 RED value IS 214 (83.98% from 255) = 63.13%

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

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

R = 63.13%
G = 35.1%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D67706 (or 0xD67706) is known color: Mango Tango. HEX triplet: D6, 77 and 06. RGB value is (214,119,6). Sum of RGB (Red+Green+Blue) = 214+119+6=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D67706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67706 is #2988F9. Grayscale: #878787. Windows color (decimal): -2722042 or 423894. OLE color: 423894.

HSL color Cylindrical-coordinate representation of color #D67706: hue angle of 32.6º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D67706 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 6 -
CMYK 0 0.44 0.97 0.16
HSL 32.6º 0.95% 0.43% -
HSV(B) 32.6º 0.97% 0.84% -
XYZ 34.36 27.5 3.67 -
YUV 134.52 55.47 184.69 -
System Red Green Blue C M Y K H S L
Decimal 214 119 6 0 0.44 0.97 0.16 32.6 0.95 0.43
Hex D6 77 6 0 2C 61 10 21 5F 2B
Octal 326 167 6 0 54 141 20 41 137 53
Binary 11010110 1110111 110 0 101100 1100001 10000 100001 1011111 101011

Color Harmonies of #D67706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67706

Black with #D67706

Text Example


Text Example

White with #D67706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67706; }

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

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

background-color css

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

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

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

border-color css

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

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

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