Html Css Color HEX #D67201 Mango Tango

📋 copy color: '#D67201'

red 214 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #D67201

Tints of Mango Tango #D67201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 65.05%
G = 34.65%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D67201 (or 0xD67201) is known color: Mango Tango. HEX triplet: D6, 72 and 01. RGB value is (214,114,1). Sum of RGB (Red+Green+Blue) = 214+114+1=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D67201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67201 is #298DFE. Grayscale: #838383. Windows color (decimal): -2723327 or 94934. OLE color: 94934.

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

Color convert

RGB 214 114 1 -
CMYK 0 0.47 1.00 0.16
HSL 31.83º 0.99% 0.42% -
HSV(B) 31.83º 1% 0.84% -
XYZ 33.75 26.33 3.33 -
YUV 131.02 54.63 187.19 -
System Red Green Blue C M Y K H S L
Decimal 214 114 1 0 0.47 1.00 0.16 31.83 0.99 0.42
Hex D6 72 1 0 2F 64 10 20 63 2A
Octal 326 162 1 0 57 144 20 40 143 52
Binary 11010110 1110010 1 0 101111 1100100 10000 100000 1100011 101010

Color Harmonies of #D67201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67201

Black with #D67201

Text Example


Text Example

White with #D67201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67201; }

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

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

background-color css

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

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

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

border-color css

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

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

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