Html Css Color HEX #D67304 Mango Tango

📋 copy color: '#D67304'

red 214 ◦ green 115 ◦ blue 4

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

Shades of Mango Tango #D67304

Tints of Mango Tango #D67304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

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

R = 64.26%
G = 34.53%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67304 (or 0xD67304) is known color: Mango Tango. HEX triplet: D6, 73 and 04. RGB value is (214,115,4). Sum of RGB (Red+Green+Blue) = 214+115+4=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D67304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67304 is #298CFB. Grayscale: #848484. Windows color (decimal): -2723068 or 291798. OLE color: 291798.

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

Color convert

RGB 214 115 4 -
CMYK 0 0.46 0.98 0.16
HSL 31.71º 0.96% 0.43% -
HSV(B) 31.71º 0.98% 0.84% -
XYZ 33.88 26.57 3.46 -
YUV 131.95 55.8 186.53 -
System Red Green Blue C M Y K H S L
Decimal 214 115 4 0 0.46 0.98 0.16 31.71 0.96 0.43
Hex D6 73 4 0 2E 62 10 20 60 2B
Octal 326 163 4 0 56 142 20 40 140 53
Binary 11010110 1110011 100 0 101110 1100010 10000 100000 1100000 101011

Color Harmonies of #D67304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67304

Black with #D67304

Text Example


Text Example

White with #D67304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67304; }

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

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

background-color css

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

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

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

border-color css

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

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

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