Html Css Color HEX #D67604 Mango Tango

📋 copy color: '#D67604'

red 214 ◦ green 118 ◦ blue 4

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

Shades of Mango Tango #D67604

Tints of Mango Tango #D67604

RGB

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

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

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

R = 63.69%
G = 35.12%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67604 (or 0xD67604) is known color: Mango Tango. HEX triplet: D6, 76 and 04. RGB value is (214,118,4). Sum of RGB (Red+Green+Blue) = 214+118+4=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D67604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67604 is #2989FB. Grayscale: #868686. Windows color (decimal): -2722300 or 292566. OLE color: 292566.

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

Color convert

RGB 214 118 4 -
CMYK 0 0.45 0.98 0.16
HSL 32.57º 0.96% 0.43% -
HSV(B) 32.57º 0.98% 0.84% -
XYZ 34.23 27.26 3.57 -
YUV 133.71 54.8 185.27 -
System Red Green Blue C M Y K H S L
Decimal 214 118 4 0 0.45 0.98 0.16 32.57 0.96 0.43
Hex D6 76 4 0 2D 62 10 21 60 2B
Octal 326 166 4 0 55 142 20 41 140 53
Binary 11010110 1110110 100 0 101101 1100010 10000 100001 1100000 101011

Color Harmonies of #D67604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67604

Black with #D67604

Text Example


Text Example

White with #D67604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67604; }

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

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

background-color css

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

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

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

border-color css

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

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

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