Html Css Color HEX #D67C07 Mango Tango

📋 copy color: '#D67C07'

red 214 ◦ green 124 ◦ blue 7

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

Shades of Mango Tango #D67C07

Tints of Mango Tango #D67C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 62.03%
G = 35.94%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D67C07 (or 0xD67C07) is known color: Mango Tango. HEX triplet: D6, 7C and 07. RGB value is (214,124,7). Sum of RGB (Red+Green+Blue) = 214+124+7=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C07 is #2983F8. Grayscale: #8A8A8A. Windows color (decimal): -2720761 or 490710. OLE color: 490710.

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

Color convert

RGB 214 124 7 -
CMYK 0 0.42 0.97 0.16
HSL 33.91º 0.94% 0.43% -
HSV(B) 33.91º 0.97% 0.84% -
XYZ 34.98 28.73 3.9 -
YUV 137.57 54.32 182.51 -
System Red Green Blue C M Y K H S L
Decimal 214 124 7 0 0.42 0.97 0.16 33.91 0.94 0.43
Hex D6 7C 7 0 2A 61 10 22 5E 2B
Octal 326 174 7 0 52 141 20 42 136 53
Binary 11010110 1111100 111 0 101010 1100001 10000 100010 1011110 101011

Color Harmonies of #D67C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C07

Black with #D67C07

Text Example


Text Example

White with #D67C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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