Html Css Color HEX #D67901 Mango Tango

📋 copy color: '#D67901'

red 214 ◦ green 121 ◦ blue 1

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

Shades of Mango Tango #D67901

Tints of Mango Tango #D67901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

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

R = 63.69%
G = 36.01%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D67901 (or 0xD67901) is known color: Mango Tango. HEX triplet: D6, 79 and 01. RGB value is (214,121,1). Sum of RGB (Red+Green+Blue) = 214+121+1=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D67901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67901 is #2986FE. Grayscale: #878787. Windows color (decimal): -2721535 or 96726. OLE color: 96726.

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

Color convert

RGB 214 121 1 -
CMYK 0 0.43 1.00 0.16
HSL 33.8º 0.99% 0.42% -
HSV(B) 33.8º 1% 0.84% -
XYZ 34.57 27.97 3.61 -
YUV 135.13 52.31 184.26 -
System Red Green Blue C M Y K H S L
Decimal 214 121 1 0 0.43 1.00 0.16 33.8 0.99 0.42
Hex D6 79 1 0 2B 64 10 22 63 2A
Octal 326 171 1 0 53 144 20 42 143 52
Binary 11010110 1111001 1 0 101011 1100100 10000 100010 1100011 101010

Color Harmonies of #D67901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67901

Black with #D67901

Text Example


Text Example

White with #D67901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67901; }

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

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

background-color css

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

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

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

border-color css

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

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

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