Html Css Color HEX #D46A08 Mango Tango

📋 copy color: '#D46A08'

red 212 ◦ green 106 ◦ blue 8

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

Shades of Mango Tango #D46A08

Tints of Mango Tango #D46A08

RGB

 RED value IS 212 (83.2% from 255) = 65.03%

 GREEN value IS 106 (41.8% from 255) = 32.52%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 65.03%
G = 32.52%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D46A08 (or 0xD46A08) is known color: Mango Tango. HEX triplet: D4, 6A and 08. RGB value is (212,106,8). Sum of RGB (Red+Green+Blue) = 212+106+8=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A08 is #2B95F7. Grayscale: #7F7F7F. Windows color (decimal): -2856440 or 551636. OLE color: 551636.

HSL color Cylindrical-coordinate representation of color #D46A08: hue angle of 28.82º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D46A08 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 8 -
CMYK 0 0.5 0.96 0.17
HSL 28.82º 0.93% 0.43% -
HSV(B) 28.82º 0.96% 0.83% -
XYZ 32.35 24.32 3.22 -
YUV 126.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 212 106 8 0 0.5 0.96 0.17 28.82 0.93 0.43
Hex D4 6A 8 0 32 60 11 1D 5D 2B
Octal 324 152 10 0 62 140 21 35 135 53
Binary 11010100 1101010 1000 0 110010 1100000 10001 11101 1011101 101011

Color Harmonies of #D46A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A08

Black with #D46A08

Text Example


Text Example

White with #D46A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A08; }

 p { color: rgb(212,106,8); }

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

background-color css

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

 a { background-color: rgb(212,106,8); }

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

border-color css

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

 span { border-color: rgb(212,106,8); }

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