Html Css Color HEX #D67501 Mango Tango

📋 copy color: '#D67501'

red 214 ◦ green 117 ◦ blue 1

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

Shades of Mango Tango #D67501

Tints of Mango Tango #D67501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 64.46%
G = 35.24%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D67501 (or 0xD67501) is known color: Mango Tango. HEX triplet: D6, 75 and 01. RGB value is (214,117,1). Sum of RGB (Red+Green+Blue) = 214+117+1=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D67501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67501 is #298AFE. Grayscale: #858585. Windows color (decimal): -2722559 or 95702. OLE color: 95702.

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

Color convert

RGB 214 117 1 -
CMYK 0 0.45 1.00 0.16
HSL 32.68º 0.99% 0.42% -
HSV(B) 32.68º 1% 0.84% -
XYZ 34.1 27.02 3.45 -
YUV 132.78 53.64 185.93 -
System Red Green Blue C M Y K H S L
Decimal 214 117 1 0 0.45 1.00 0.16 32.68 0.99 0.42
Hex D6 75 1 0 2D 64 10 21 63 2A
Octal 326 165 1 0 55 144 20 41 143 52
Binary 11010110 1110101 1 0 101101 1100100 10000 100001 1100011 101010

Color Harmonies of #D67501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67501

Black with #D67501

Text Example


Text Example

White with #D67501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67501; }

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

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

background-color css

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

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

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

border-color css

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

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

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