Html Css Color HEX #D67301 Mango Tango

📋 copy color: '#D67301'

red 214 ◦ green 115 ◦ blue 1

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

Shades of Mango Tango #D67301

Tints of Mango Tango #D67301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

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

R = 64.85%
G = 34.85%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D67301 (or 0xD67301) is known color: Mango Tango. HEX triplet: D6, 73 and 01. RGB value is (214,115,1). Sum of RGB (Red+Green+Blue) = 214+115+1=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D67301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67301 is #298CFE. Grayscale: #848484. Windows color (decimal): -2723071 or 95190. OLE color: 95190.

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

Color convert

RGB 214 115 1 -
CMYK 0 0.46 1.00 0.16
HSL 32.11º 0.99% 0.42% -
HSV(B) 32.11º 1% 0.84% -
XYZ 33.87 26.56 3.37 -
YUV 131.61 54.3 186.77 -
System Red Green Blue C M Y K H S L
Decimal 214 115 1 0 0.46 1.00 0.16 32.11 0.99 0.42
Hex D6 73 1 0 2E 64 10 20 63 2A
Octal 326 163 1 0 56 144 20 40 143 52
Binary 11010110 1110011 1 0 101110 1100100 10000 100000 1100011 101010

Color Harmonies of #D67301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67301

Black with #D67301

Text Example


Text Example

White with #D67301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67301; }

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

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

background-color css

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

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

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

border-color css

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

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

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