Html Css Color HEX #D68206 Mango Tango

📋 copy color: '#D68206'

red 214 ◦ green 130 ◦ blue 6

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

Shades of Mango Tango #D68206

Tints of Mango Tango #D68206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 61.14%
G = 37.14%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D68206 (or 0xD68206) is known color: Mango Tango. HEX triplet: D6, 82 and 06. RGB value is (214,130,6). Sum of RGB (Red+Green+Blue) = 214+130+6=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D68206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68206 is #297DF9. Grayscale: #8D8D8D. Windows color (decimal): -2719226 or 426710. OLE color: 426710.

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

Color convert

RGB 214 130 6 -
CMYK 0 0.39 0.97 0.16
HSL 35.77º 0.95% 0.43% -
HSV(B) 35.77º 0.97% 0.84% -
XYZ 35.75 30.27 4.13 -
YUV 140.98 51.83 180.08 -
System Red Green Blue C M Y K H S L
Decimal 214 130 6 0 0.39 0.97 0.16 35.77 0.95 0.43
Hex D6 82 6 0 27 61 10 24 5F 2B
Octal 326 202 6 0 47 141 20 44 137 53
Binary 11010110 10000010 110 0 100111 1100001 10000 100100 1011111 101011

Color Harmonies of #D68206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68206

Black with #D68206

Text Example


Text Example

White with #D68206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68206; }

 p { color: rgb(214,130,6); }

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

background-color css

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

 a { background-color: rgb(214,130,6); }

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

border-color css

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

 span { border-color: rgb(214,130,6); }

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