Html Css Color HEX #D67A04 Mango Tango

📋 copy color: '#D67A04'

red 214 ◦ green 122 ◦ blue 4

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

Shades of Mango Tango #D67A04

Tints of Mango Tango #D67A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

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

R = 62.94%
G = 35.88%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67A04 (or 0xD67A04) is known color: Mango Tango. HEX triplet: D6, 7A and 04. RGB value is (214,122,4). Sum of RGB (Red+Green+Blue) = 214+122+4=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A04 is #2985FB. Grayscale: #888888. Windows color (decimal): -2721276 or 293590. OLE color: 293590.

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

Color convert

RGB 214 122 4 -
CMYK 0 0.43 0.98 0.16
HSL 33.71º 0.96% 0.43% -
HSV(B) 33.71º 0.98% 0.84% -
XYZ 34.71 28.22 3.73 -
YUV 136.06 53.48 183.59 -
System Red Green Blue C M Y K H S L
Decimal 214 122 4 0 0.43 0.98 0.16 33.71 0.96 0.43
Hex D6 7A 4 0 2B 62 10 22 60 2B
Octal 326 172 4 0 53 142 20 42 140 53
Binary 11010110 1111010 100 0 101011 1100010 10000 100010 1100000 101011

Color Harmonies of #D67A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A04

Black with #D67A04

Text Example


Text Example

White with #D67A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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