Html Css Color HEX #D67400 Mango Tango

📋 copy color: '#D67400'

red 214 ◦ green 116 ◦ blue 0

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

Shades of Mango Tango #D67400

Tints of Mango Tango #D67400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.85%
G = 35.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D67400 (or 0xD67400) is known color: Mango Tango. HEX triplet: D6, 74 and 00. RGB value is (214,116,0). Sum of RGB (Red+Green+Blue) = 214+116+0=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D67400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67400 is #298BFF. Grayscale: #848484. Windows color (decimal): -2722816 or 29910. OLE color: 29910.

HSL color Cylindrical-coordinate representation of color #D67400: hue angle of 32.52º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D67400 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 0 -
CMYK 0 0.46 1 0.16
HSL 32.52º 1% 0.42% -
HSV(B) 32.52º 1% 0.84% -
XYZ 33.98 26.79 3.38 -
YUV 132.08 53.47 186.43 -
System Red Green Blue C M Y K H S L
Decimal 214 116 0 0 0.46 1 0.16 32.52 1 0.42
Hex D6 74 0 0 2E 64 10 21 64 2A
Octal 326 164 0 0 56 144 20 41 144 52
Binary 11010110 1110100 0 0 101110 1100100 10000 100001 1100100 101010

Color Harmonies of #D67400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67400

Black with #D67400

Text Example


Text Example

White with #D67400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67400; }

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

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

background-color css

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

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

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

border-color css

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

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

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