Html Css Color HEX #D66F0B Mango Tango

📋 copy color: '#D66F0B'

red 214 ◦ green 111 ◦ blue 11

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

Shades of Mango Tango #D66F0B

Tints of Mango Tango #D66F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.27%

R = 63.69%
G = 33.04%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D66F0B (or 0xD66F0B) is known color: Mango Tango. HEX triplet: D6, 6F and 0B. RGB value is (214,111,11). Sum of RGB (Red+Green+Blue) = 214+111+11=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F0B is #2990F4. Grayscale: #828282. Windows color (decimal): -2724085 or 749526. OLE color: 749526.

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

Color convert

RGB 214 111 11 -
CMYK 0 0.48 0.95 0.16
HSL 29.56º 0.9% 0.44% -
HSV(B) 29.56º 0.95% 0.84% -
XYZ 33.48 25.69 3.51 -
YUV 130.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 214 111 11 0 0.48 0.95 0.16 29.56 0.9 0.44
Hex D6 6F B 0 30 5F 10 1E 5A 2C
Octal 326 157 13 0 60 137 20 36 132 54
Binary 11010110 1101111 1011 0 110000 1011111 10000 11110 1011010 101100

Color Harmonies of #D66F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F0B

Black with #D66F0B

Text Example


Text Example

White with #D66F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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