Html Css Color HEX #D67600 Mango Tango

📋 copy color: '#D67600'

red 214 ◦ green 118 ◦ blue 0

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

Shades of Mango Tango #D67600

Tints of Mango Tango #D67600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

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

R = 64.46%
G = 35.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D67600 (or 0xD67600) is known color: Mango Tango. HEX triplet: D6, 76 and 00. RGB value is (214,118,0). Sum of RGB (Red+Green+Blue) = 214+118+0=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D67600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67600 is #2989FF. Grayscale: #858585. Windows color (decimal): -2722304 or 30422. OLE color: 30422.

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

Color convert

RGB 214 118 0 -
CMYK 0 0.45 1 0.16
HSL 33.08º 1% 0.42% -
HSV(B) 33.08º 1% 0.84% -
XYZ 34.21 27.25 3.46 -
YUV 133.25 52.8 185.59 -
System Red Green Blue C M Y K H S L
Decimal 214 118 0 0 0.45 1 0.16 33.08 1 0.42
Hex D6 76 0 0 2D 64 10 21 64 2A
Octal 326 166 0 0 55 144 20 41 144 52
Binary 11010110 1110110 0 0 101101 1100100 10000 100001 1100100 101010

Color Harmonies of #D67600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67600

Black with #D67600

Text Example


Text Example

White with #D67600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67600; }

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

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

background-color css

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

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

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

border-color css

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

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

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