Html Css Color HEX #D67001 Mango Tango

📋 copy color: '#D67001'

red 214 ◦ green 112 ◦ blue 1

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

Shades of Mango Tango #D67001

Tints of Mango Tango #D67001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 65.44%
G = 34.25%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D67001 (or 0xD67001) is known color: Mango Tango. HEX triplet: D6, 70 and 01. RGB value is (214,112,1). Sum of RGB (Red+Green+Blue) = 214+112+1=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D67001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67001 is #298FFE. Grayscale: #828282. Windows color (decimal): -2723839 or 94422. OLE color: 94422.

HSL color Cylindrical-coordinate representation of color #D67001: hue angle of 31.27º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D67001 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 1 -
CMYK 0 0.48 1.00 0.16
HSL 31.27º 0.99% 0.42% -
HSV(B) 31.27º 1% 0.84% -
XYZ 33.53 25.89 3.26 -
YUV 129.84 55.29 188.03 -
System Red Green Blue C M Y K H S L
Decimal 214 112 1 0 0.48 1.00 0.16 31.27 0.99 0.42
Hex D6 70 1 0 30 64 10 1F 63 2A
Octal 326 160 1 0 60 144 20 37 143 52
Binary 11010110 1110000 1 0 110000 1100100 10000 11111 1100011 101010

Color Harmonies of #D67001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67001

Black with #D67001

Text Example


Text Example

White with #D67001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67001; }

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

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

background-color css

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

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

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

border-color css

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

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

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