Html Css Color HEX #D67E06 Mango Tango

📋 copy color: '#D67E06'

red 214 ◦ green 126 ◦ blue 6

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

Shades of Mango Tango #D67E06

Tints of Mango Tango #D67E06

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 61.85%
G = 36.42%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D67E06 (or 0xD67E06) is known color: Mango Tango. HEX triplet: D6, 7E and 06. RGB value is (214,126,6). Sum of RGB (Red+Green+Blue) = 214+126+6=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67E06 is #2981F9. Grayscale: #8B8B8B. Windows color (decimal): -2720250 or 425686. OLE color: 425686.

HSL color Cylindrical-coordinate representation of color #D67E06: hue angle of 34.62º degrees, saturation: 0.95, 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 #D67E06 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 6 -
CMYK 0 0.41 0.97 0.16
HSL 34.62º 0.95% 0.43% -
HSV(B) 34.62º 0.97% 0.84% -
XYZ 35.23 29.23 3.96 -
YUV 138.63 53.15 181.76 -
System Red Green Blue C M Y K H S L
Decimal 214 126 6 0 0.41 0.97 0.16 34.62 0.95 0.43
Hex D6 7E 6 0 29 61 10 23 5F 2B
Octal 326 176 6 0 51 141 20 43 137 53
Binary 11010110 1111110 110 0 101001 1100001 10000 100011 1011111 101011

Color Harmonies of #D67E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E06

Black with #D67E06

Text Example


Text Example

White with #D67E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E06; }

 p { color: rgb(214,126,6); }

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

background-color css

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

 a { background-color: rgb(214,126,6); }

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

border-color css

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

 span { border-color: rgb(214,126,6); }

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