Html Css Color HEX #D67900 Mango Tango

📋 copy color: '#D67900'

red 214 ◦ green 121 ◦ blue 0

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

Shades of Mango Tango #D67900

Tints of Mango Tango #D67900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

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

R = 63.88%
G = 36.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D67900 (or 0xD67900) is known color: Mango Tango. HEX triplet: D6, 79 and 00. RGB value is (214,121,0). Sum of RGB (Red+Green+Blue) = 214+121+0=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D67900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67900 is #2986FF. Grayscale: #878787. Windows color (decimal): -2721536 or 31190. OLE color: 31190.

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

Color convert

RGB 214 121 0 -
CMYK 0 0.43 1 0.16
HSL 33.93º 1% 0.42% -
HSV(B) 33.93º 1% 0.84% -
XYZ 34.57 27.97 3.58 -
YUV 135.01 51.81 184.34 -
System Red Green Blue C M Y K H S L
Decimal 214 121 0 0 0.43 1 0.16 33.93 1 0.42
Hex D6 79 0 0 2B 64 10 22 64 2A
Octal 326 171 0 0 53 144 20 42 144 52
Binary 11010110 1111001 0 0 101011 1100100 10000 100010 1100100 101010

Color Harmonies of #D67900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67900

Black with #D67900

Text Example


Text Example

White with #D67900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67900; }

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

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

background-color css

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

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

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

border-color css

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

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

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