Html Css Color HEX #D68301 Mango Tango

📋 copy color: '#D68301'

red 214 ◦ green 131 ◦ blue 1

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

Shades of Mango Tango #D68301

Tints of Mango Tango #D68301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

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

R = 61.85%
G = 37.86%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D68301 (or 0xD68301) is known color: Mango Tango. HEX triplet: D6, 83 and 01. RGB value is (214,131,1). Sum of RGB (Red+Green+Blue) = 214+131+1=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D68301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68301 is #297CFE. Grayscale: #8D8D8D. Windows color (decimal): -2718975 or 99286. OLE color: 99286.

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

Color convert

RGB 214 131 1 -
CMYK 0 0.39 1.00 0.16
HSL 36.62º 0.99% 0.42% -
HSV(B) 36.62º 1% 0.84% -
XYZ 35.85 30.53 4.03 -
YUV 141 49 180.07 -
System Red Green Blue C M Y K H S L
Decimal 214 131 1 0 0.39 1.00 0.16 36.62 0.99 0.42
Hex D6 83 1 0 27 64 10 25 63 2A
Octal 326 203 1 0 47 144 20 45 143 52
Binary 11010110 10000011 1 0 100111 1100100 10000 100101 1100011 101010

Color Harmonies of #D68301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68301

Black with #D68301

Text Example


Text Example

White with #D68301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68301; }

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

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

background-color css

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

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

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

border-color css

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

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

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