Html Css Color HEX #D67006 Mango Tango

📋 copy color: '#D67006'

red 214 ◦ green 112 ◦ blue 6

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

Shades of Mango Tango #D67006

Tints of Mango Tango #D67006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 64.46%
G = 33.73%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D67006 (or 0xD67006) is known color: Mango Tango. HEX triplet: D6, 70 and 06. RGB value is (214,112,6). Sum of RGB (Red+Green+Blue) = 214+112+6=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D67006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67006 is #298FF9. Grayscale: #828282. Windows color (decimal): -2723834 or 422102. OLE color: 422102.

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

Color convert

RGB 214 112 6 -
CMYK 0 0.48 0.97 0.16
HSL 30.58º 0.95% 0.43% -
HSV(B) 30.58º 0.97% 0.84% -
XYZ 33.56 25.9 3.4 -
YUV 130.41 57.79 187.62 -
System Red Green Blue C M Y K H S L
Decimal 214 112 6 0 0.48 0.97 0.16 30.58 0.95 0.43
Hex D6 70 6 0 30 61 10 1F 5F 2B
Octal 326 160 6 0 60 141 20 37 137 53
Binary 11010110 1110000 110 0 110000 1100001 10000 11111 1011111 101011

Color Harmonies of #D67006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67006

Black with #D67006

Text Example


Text Example

White with #D67006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67006; }

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

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

background-color css

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

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

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

border-color css

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

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

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