Html Css Color HEX #D67A0C Mango Tango

📋 copy color: '#D67A0C'

red 214 ◦ green 122 ◦ blue 12

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

Shades of Mango Tango #D67A0C

Tints of Mango Tango #D67A0C

RGB

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

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

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

R = 61.49%
G = 35.06%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D67A0C (or 0xD67A0C) is known color: Mango Tango. HEX triplet: D6, 7A and 0C. RGB value is (214,122,12). Sum of RGB (Red+Green+Blue) = 214+122+12=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A0C is #2985F3. Grayscale: #898989. Windows color (decimal): -2721268 or 817878. OLE color: 817878.

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

Color convert

RGB 214 122 12 -
CMYK 0 0.43 0.94 0.16
HSL 32.67º 0.89% 0.44% -
HSV(B) 32.67º 0.94% 0.84% -
XYZ 34.76 28.24 3.97 -
YUV 136.97 57.48 182.94 -
System Red Green Blue C M Y K H S L
Decimal 214 122 12 0 0.43 0.94 0.16 32.67 0.89 0.44
Hex D6 7A C 0 2B 5E 10 21 59 2C
Octal 326 172 14 0 53 136 20 41 131 54
Binary 11010110 1111010 1100 0 101011 1011110 10000 100001 1011001 101100

Color Harmonies of #D67A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A0C

Black with #D67A0C

Text Example


Text Example

White with #D67A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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