Html Css Color HEX #D66F07 Mango Tango

📋 copy color: '#D66F07'

red 214 ◦ green 111 ◦ blue 7

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

Shades of Mango Tango #D66F07

Tints of Mango Tango #D66F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.11%

R = 64.46%
G = 33.43%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D66F07 (or 0xD66F07) is known color: Mango Tango. HEX triplet: D6, 6F and 07. RGB value is (214,111,7). Sum of RGB (Red+Green+Blue) = 214+111+7=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F07 is #2990F8. Grayscale: #828282. Windows color (decimal): -2724089 or 487382. OLE color: 487382.

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

Color convert

RGB 214 111 7 -
CMYK 0 0.48 0.97 0.16
HSL 30.14º 0.94% 0.43% -
HSV(B) 30.14º 0.97% 0.84% -
XYZ 33.45 25.68 3.39 -
YUV 129.94 58.62 187.96 -
System Red Green Blue C M Y K H S L
Decimal 214 111 7 0 0.48 0.97 0.16 30.14 0.94 0.43
Hex D6 6F 7 0 30 61 10 1E 5E 2B
Octal 326 157 7 0 60 141 20 36 136 53
Binary 11010110 1101111 111 0 110000 1100001 10000 11110 1011110 101011

Color Harmonies of #D66F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F07

Black with #D66F07

Text Example


Text Example

White with #D66F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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