Html Css Color HEX #D67306 Mango Tango

📋 copy color: '#D67306'

red 214 ◦ green 115 ◦ blue 6

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

Shades of Mango Tango #D67306

Tints of Mango Tango #D67306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

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

R = 63.88%
G = 34.33%
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

#D67306 (or 0xD67306) is known color: Mango Tango. HEX triplet: D6, 73 and 06. RGB value is (214,115,6). Sum of RGB (Red+Green+Blue) = 214+115+6=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D67306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67306 is #298CF9. Grayscale: #848484. Windows color (decimal): -2723066 or 422870. OLE color: 422870.

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

Color convert

RGB 214 115 6 -
CMYK 0 0.46 0.97 0.16
HSL 31.44º 0.95% 0.43% -
HSV(B) 31.44º 0.97% 0.84% -
XYZ 33.9 26.57 3.51 -
YUV 132.18 56.8 186.36 -
System Red Green Blue C M Y K H S L
Decimal 214 115 6 0 0.46 0.97 0.16 31.44 0.95 0.43
Hex D6 73 6 0 2E 61 10 1F 5F 2B
Octal 326 163 6 0 56 141 20 37 137 53
Binary 11010110 1110011 110 0 101110 1100001 10000 11111 1011111 101011

Color Harmonies of #D67306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67306

Black with #D67306

Text Example


Text Example

White with #D67306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67306; }

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

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

background-color css

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

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

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

border-color css

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

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

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