Html Css Color HEX #D66F00 Mango Tango

📋 copy color: '#D66F00'

red 214 ◦ green 111 ◦ blue 0

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

Shades of Mango Tango #D66F00

Tints of Mango Tango #D66F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.85%
G = 34.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D66F00 (or 0xD66F00) is known color: Mango Tango. HEX triplet: D6, 6F and 00. RGB value is (214,111,0). Sum of RGB (Red+Green+Blue) = 214+111+0=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F00 is #2990FF. Grayscale: #818181. Windows color (decimal): -2724096 or 28630. OLE color: 28630.

HSL color Cylindrical-coordinate representation of color #D66F00: hue angle of 31.12º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D66F00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 0 -
CMYK 0 0.48 1 0.16
HSL 31.12º 1% 0.42% -
HSV(B) 31.12º 1% 0.84% -
XYZ 33.42 25.67 3.19 -
YUV 129.14 55.12 188.53 -
System Red Green Blue C M Y K H S L
Decimal 214 111 0 0 0.48 1 0.16 31.12 1 0.42
Hex D6 6F 0 0 30 64 10 1F 64 2A
Octal 326 157 0 0 60 144 20 37 144 52
Binary 11010110 1101111 0 0 110000 1100100 10000 11111 1100100 101010

Color Harmonies of #D66F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F00

Black with #D66F00

Text Example


Text Example

White with #D66F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F00; }

 p { color: rgb(214,111,0); }

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

background-color css

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

 a { background-color: rgb(214,111,0); }

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

border-color css

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

 span { border-color: rgb(214,111,0); }

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