Html Css Color HEX #D66F04 Mango Tango

📋 copy color: '#D66F04'

red 214 ◦ green 111 ◦ blue 4

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

Shades of Mango Tango #D66F04

Tints of Mango Tango #D66F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 65.05%
G = 33.74%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D66F04 (or 0xD66F04) is known color: Mango Tango. HEX triplet: D6, 6F and 04. RGB value is (214,111,4). Sum of RGB (Red+Green+Blue) = 214+111+4=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F04 is #2990FB. Grayscale: #828282. Windows color (decimal): -2724092 or 290774. OLE color: 290774.

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

Color convert

RGB 214 111 4 -
CMYK 0 0.48 0.98 0.16
HSL 30.57º 0.96% 0.43% -
HSV(B) 30.57º 0.98% 0.84% -
XYZ 33.44 25.67 3.31 -
YUV 129.6 57.12 188.2 -
System Red Green Blue C M Y K H S L
Decimal 214 111 4 0 0.48 0.98 0.16 30.57 0.96 0.43
Hex D6 6F 4 0 30 62 10 1F 60 2B
Octal 326 157 4 0 60 142 20 37 140 53
Binary 11010110 1101111 100 0 110000 1100010 10000 11111 1100000 101011

Color Harmonies of #D66F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F04

Black with #D66F04

Text Example


Text Example

White with #D66F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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