Html Css Color HEX #D66D0A Mango Tango

📋 copy color: '#D66D0A'

red 214 ◦ green 109 ◦ blue 10

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

Shades of Mango Tango #D66D0A

Tints of Mango Tango #D66D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

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

R = 64.26%
G = 32.73%
B = 3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D66D0A (or 0xD66D0A) is known color: Mango Tango. HEX triplet: D6, 6D and 0A. RGB value is (214,109,10). Sum of RGB (Red+Green+Blue) = 214+109+10=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66D0A is #2992F5. Grayscale: #818181. Windows color (decimal): -2724598 or 683478. OLE color: 683478.

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

Color convert

RGB 214 109 10 -
CMYK 0 0.49 0.95 0.16
HSL 29.12º 0.91% 0.44% -
HSV(B) 29.12º 0.95% 0.84% -
XYZ 33.25 25.26 3.41 -
YUV 129.11 60.79 188.55 -
System Red Green Blue C M Y K H S L
Decimal 214 109 10 0 0.49 0.95 0.16 29.12 0.91 0.44
Hex D6 6D A 0 31 5F 10 1D 5B 2C
Octal 326 155 12 0 61 137 20 35 133 54
Binary 11010110 1101101 1010 0 110001 1011111 10000 11101 1011011 101100

Color Harmonies of #D66D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D0A

Black with #D66D0A

Text Example


Text Example

White with #D66D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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