Html Css Color HEX #D67004 Mango Tango

📋 copy color: '#D67004'

red 214 ◦ green 112 ◦ blue 4

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

Shades of Mango Tango #D67004

Tints of Mango Tango #D67004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.94%

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 64.85%
G = 33.94%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67004 (or 0xD67004) is known color: Mango Tango. HEX triplet: D6, 70 and 04. RGB value is (214,112,4). Sum of RGB (Red+Green+Blue) = 214+112+4=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D67004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67004 is #298FFB. Grayscale: #828282. Windows color (decimal): -2723836 or 291030. OLE color: 291030.

HSL color Cylindrical-coordinate representation of color #D67004: hue angle of 30.86º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D67004 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 4 -
CMYK 0 0.48 0.98 0.16
HSL 30.86º 0.96% 0.43% -
HSV(B) 30.86º 0.98% 0.84% -
XYZ 33.55 25.89 3.34 -
YUV 130.19 56.79 187.78 -
System Red Green Blue C M Y K H S L
Decimal 214 112 4 0 0.48 0.98 0.16 30.86 0.96 0.43
Hex D6 70 4 0 30 62 10 1F 60 2B
Octal 326 160 4 0 60 142 20 37 140 53
Binary 11010110 1110000 100 0 110000 1100010 10000 11111 1100000 101011

Color Harmonies of #D67004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67004

Black with #D67004

Text Example


Text Example

White with #D67004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67004; }

 p { color: rgb(214,112,4); }

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

background-color css

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

 a { background-color: rgb(214,112,4); }

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

border-color css

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

 span { border-color: rgb(214,112,4); }

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