Html Css Color HEX #D68408 Mango Tango

📋 copy color: '#D68408'

red 214 ◦ green 132 ◦ blue 8

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

Shades of Mango Tango #D68408

Tints of Mango Tango #D68408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

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

R = 60.45%
G = 37.29%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D68408 (or 0xD68408) is known color: Mango Tango. HEX triplet: D6, 84 and 08. RGB value is (214,132,8). Sum of RGB (Red+Green+Blue) = 214+132+8=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D68408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68408 is #297BF7. Grayscale: #8E8E8E. Windows color (decimal): -2718712 or 558294. OLE color: 558294.

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

Color convert

RGB 214 132 8 -
CMYK 0 0.38 0.96 0.16
HSL 36.12º 0.93% 0.44% -
HSV(B) 36.12º 0.96% 0.84% -
XYZ 36.03 30.82 4.28 -
YUV 142.38 52.17 179.08 -
System Red Green Blue C M Y K H S L
Decimal 214 132 8 0 0.38 0.96 0.16 36.12 0.93 0.44
Hex D6 84 8 0 26 60 10 24 5D 2C
Octal 326 204 10 0 46 140 20 44 135 54
Binary 11010110 10000100 1000 0 100110 1100000 10000 100100 1011101 101100

Color Harmonies of #D68408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68408

Black with #D68408

Text Example


Text Example

White with #D68408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68408; }

 p { color: rgb(214,132,8); }

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

background-color css

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

 a { background-color: rgb(214,132,8); }

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

border-color css

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

 span { border-color: rgb(214,132,8); }

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