Html Css Color HEX #D68400 Mango Tango

📋 copy color: '#D68400'

red 214 ◦ green 132 ◦ blue 0

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

Shades of Mango Tango #D68400

Tints of Mango Tango #D68400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.15%

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

R = 61.85%
G = 38.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D68400 (or 0xD68400) is known color: Mango Tango. HEX triplet: D6, 84 and 00. RGB value is (214,132,0). Sum of RGB (Red+Green+Blue) = 214+132+0=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D68400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68400 is #297BFF. Grayscale: #8E8E8E. Windows color (decimal): -2718720 or 34006. OLE color: 34006.

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

Color convert

RGB 214 132 0 -
CMYK 0 0.38 1 0.16
HSL 37.01º 1% 0.42% -
HSV(B) 37.01º 1% 0.84% -
XYZ 35.98 30.8 4.05 -
YUV 141.47 48.17 179.73 -
System Red Green Blue C M Y K H S L
Decimal 214 132 0 0 0.38 1 0.16 37.01 1 0.42
Hex D6 84 0 0 26 64 10 25 64 2A
Octal 326 204 0 0 46 144 20 45 144 52
Binary 11010110 10000100 0 0 100110 1100100 10000 100101 1100100 101010

Color Harmonies of #D68400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68400

Black with #D68400

Text Example


Text Example

White with #D68400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68400; }

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

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

background-color css

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

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

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

border-color css

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

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

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