Html Css Color HEX #D66C0A Mango Tango

📋 copy color: '#D66C0A'

red 214 ◦ green 108 ◦ blue 10

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

Shades of Mango Tango #D66C0A

Tints of Mango Tango #D66C0A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 64.46%
G = 32.53%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D66C0A (or 0xD66C0A) is known color: Mango Tango. HEX triplet: D6, 6C and 0A. RGB value is (214,108,10). Sum of RGB (Red+Green+Blue) = 214+108+10=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66C0A is #2993F5. Grayscale: #818181. Windows color (decimal): -2724854 or 683222. OLE color: 683222.

HSL color Cylindrical-coordinate representation of color #D66C0A: hue angle of 28.82º degrees, saturation: 0.91, 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 #D66C0A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 10 -
CMYK 0 0.50 0.95 0.16
HSL 28.82º 0.91% 0.44% -
HSV(B) 28.82º 0.95% 0.84% -
XYZ 33.15 25.04 3.37 -
YUV 128.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 214 108 10 0 0.50 0.95 0.16 28.82 0.91 0.44
Hex D6 6C A 0 32 5F 10 1D 5B 2C
Octal 326 154 12 0 62 137 20 35 133 54
Binary 11010110 1101100 1010 0 110010 1011111 10000 11101 1011011 101100

Color Harmonies of #D66C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C0A

Black with #D66C0A

Text Example


Text Example

White with #D66C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C0A; }

 p { color: rgb(214,108,10); }

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

background-color css

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

 a { background-color: rgb(214,108,10); }

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

border-color css

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

 span { border-color: rgb(214,108,10); }

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