Html Css Color HEX #D67C0C Mango Tango

📋 copy color: '#D67C0C'

red 214 ◦ green 124 ◦ blue 12

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

Shades of Mango Tango #D67C0C

Tints of Mango Tango #D67C0C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 61.14%
G = 35.43%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D67C0C (or 0xD67C0C) is known color: Mango Tango. HEX triplet: D6, 7C and 0C. RGB value is (214,124,12). Sum of RGB (Red+Green+Blue) = 214+124+12=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C0C is #2983F3. Grayscale: #8A8A8A. Windows color (decimal): -2720756 or 818390. OLE color: 818390.

HSL color Cylindrical-coordinate representation of color #D67C0C: hue angle of 33.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D67C0C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 124 12 -
CMYK 0 0.42 0.94 0.16
HSL 33.27º 0.89% 0.44% -
HSV(B) 33.27º 0.94% 0.84% -
XYZ 35.01 28.74 4.05 -
YUV 138.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 214 124 12 0 0.42 0.94 0.16 33.27 0.89 0.44
Hex D6 7C C 0 2A 5E 10 21 59 2C
Octal 326 174 14 0 52 136 20 41 131 54
Binary 11010110 1111100 1100 0 101010 1011110 10000 100001 1011001 101100

Color Harmonies of #D67C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C0C

Black with #D67C0C

Text Example


Text Example

White with #D67C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C0C; }

 p { color: rgb(214,124,12); }

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

background-color css

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

 a { background-color: rgb(214,124,12); }

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

border-color css

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

 span { border-color: rgb(214,124,12); }

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