#d67e0c

Color #D67E0C Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #D67E0C

Tints of Mango Tango #D67E0C

Color information

#D67E0C (or 0xD67E0C) is unknown color: approx Mango Tango. HEX triplet: D6, 7E and 0C. RGB value is (214,126,12). Sum of RGB (Red+Green+Blue) = 214+126+12=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67E0C is #2981F3. Grayscale: #8B8B8B. Windows color (decimal): -2720244 or 818902. OLE color: 818902.

HSL color Cylindrical-coordinate representation of color #D67E0C: hue angle of 33.86º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D67E0C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB21412612-
CMYK00.410.940.16
HSL33.86º89.38%44.31%-
HSV(B)33.86º94.39%83.92%-
XYZ35.2629.244.13-
YUV139.3256.15181.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.80%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=60.80%
G=35.80%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141261200.410.940.1633.8689.3844.31
HexD67EC0295E1022592c
Octal32617614051136204213154
Binary110101101111110110001010011011110100001000101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d67e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d67e0c; }

 p { color: rgb(214,126,12); }

 H1.HeaderClassName
 {
   color: #d67e0c;
 }
 .AnyTagClassName
 {
   color: #d67e0c;
 }
</style>
background-color css

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

 a { background-color: rgb(214,126,12); }

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

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

 span { border-color: rgb(214,126,12); }

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