Html Css Color HEX #D67206 Mango Tango

📋 copy color: '#D67206'

red 214 ◦ green 114 ◦ blue 6

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

Shades of Mango Tango #D67206

Tints of Mango Tango #D67206

RGB

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

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

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

R = 64.07%
G = 34.13%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D67206 (or 0xD67206) is known color: Mango Tango. HEX triplet: D6, 72 and 06. RGB value is (214,114,6). Sum of RGB (Red+Green+Blue) = 214+114+6=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D67206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67206 is #298DF9. Grayscale: #848484. Windows color (decimal): -2723322 or 422614. OLE color: 422614.

HSL color Cylindrical-coordinate representation of color #D67206: hue angle of 31.15º 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 #D67206 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 6 -
CMYK 0 0.47 0.97 0.16
HSL 31.15º 0.95% 0.43% -
HSV(B) 31.15º 0.97% 0.84% -
XYZ 33.78 26.34 3.48 -
YUV 131.59 57.13 186.78 -
System Red Green Blue C M Y K H S L
Decimal 214 114 6 0 0.47 0.97 0.16 31.15 0.95 0.43
Hex D6 72 6 0 2F 61 10 1F 5F 2B
Octal 326 162 6 0 57 141 20 37 137 53
Binary 11010110 1110010 110 0 101111 1100001 10000 11111 1011111 101011

Color Harmonies of #D67206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67206

Black with #D67206

Text Example


Text Example

White with #D67206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67206; }

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

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

background-color css

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

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

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

border-color css

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

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

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