Html Css Color HEX #D67204 Mango Tango

📋 copy color: '#D67204'

red 214 ◦ green 114 ◦ blue 4

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

Shades of Mango Tango #D67204

Tints of Mango Tango #D67204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

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

R = 64.46%
G = 34.34%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67204 (or 0xD67204) is known color: Mango Tango. HEX triplet: D6, 72 and 04. RGB value is (214,114,4). Sum of RGB (Red+Green+Blue) = 214+114+4=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D67204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67204 is #298DFB. Grayscale: #838383. Windows color (decimal): -2723324 or 291542. OLE color: 291542.

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

Color convert

RGB 214 114 4 -
CMYK 0 0.47 0.98 0.16
HSL 31.43º 0.96% 0.43% -
HSV(B) 31.43º 0.98% 0.84% -
XYZ 33.77 26.34 3.42 -
YUV 131.36 56.13 186.94 -
System Red Green Blue C M Y K H S L
Decimal 214 114 4 0 0.47 0.98 0.16 31.43 0.96 0.43
Hex D6 72 4 0 2F 62 10 1F 60 2B
Octal 326 162 4 0 57 142 20 37 140 53
Binary 11010110 1110010 100 0 101111 1100010 10000 11111 1100000 101011

Color Harmonies of #D67204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67204

Black with #D67204

Text Example


Text Example

White with #D67204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67204; }

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

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

background-color css

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

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

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

border-color css

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

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

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