Html Css Color HEX #D67406 Mango Tango

📋 copy color: '#D67406'

red 214 ◦ green 116 ◦ blue 6

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

Shades of Mango Tango #D67406

Tints of Mango Tango #D67406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

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

R = 63.69%
G = 34.52%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D67406 (or 0xD67406) is known color: Mango Tango. HEX triplet: D6, 74 and 06. RGB value is (214,116,6). Sum of RGB (Red+Green+Blue) = 214+116+6=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D67406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67406 is #298BF9. Grayscale: #858585. Windows color (decimal): -2722810 or 423126. OLE color: 423126.

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

Color convert

RGB 214 116 6 -
CMYK 0 0.46 0.97 0.16
HSL 31.73º 0.95% 0.43% -
HSV(B) 31.73º 0.97% 0.84% -
XYZ 34.01 26.8 3.55 -
YUV 132.76 56.47 185.94 -
System Red Green Blue C M Y K H S L
Decimal 214 116 6 0 0.46 0.97 0.16 31.73 0.95 0.43
Hex D6 74 6 0 2E 61 10 20 5F 2B
Octal 326 164 6 0 56 141 20 40 137 53
Binary 11010110 1110100 110 0 101110 1100001 10000 100000 1011111 101011

Color Harmonies of #D67406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67406

Black with #D67406

Text Example


Text Example

White with #D67406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67406; }

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

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

background-color css

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

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

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

border-color css

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

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

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