Html Css Color HEX #D68006 Mango Tango

📋 copy color: '#D68006'

red 214 ◦ green 128 ◦ blue 6

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

Shades of Mango Tango #D68006

Tints of Mango Tango #D68006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.78%

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

R = 61.49%
G = 36.78%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D68006 (or 0xD68006) is known color: Mango Tango. HEX triplet: D6, 80 and 06. RGB value is (214,128,6). Sum of RGB (Red+Green+Blue) = 214+128+6=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D68006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68006 is #297FF9. Grayscale: #8C8C8C. Windows color (decimal): -2719738 or 426198. OLE color: 426198.

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

Color convert

RGB 214 128 6 -
CMYK 0 0.40 0.97 0.16
HSL 35.19º 0.95% 0.43% -
HSV(B) 35.19º 0.97% 0.84% -
XYZ 35.48 29.75 4.04 -
YUV 139.81 52.49 180.92 -
System Red Green Blue C M Y K H S L
Decimal 214 128 6 0 0.40 0.97 0.16 35.19 0.95 0.43
Hex D6 80 6 0 28 61 10 23 5F 2B
Octal 326 200 6 0 50 141 20 43 137 53
Binary 11010110 10000000 110 0 101000 1100001 10000 100011 1011111 101011

Color Harmonies of #D68006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68006

Black with #D68006

Text Example


Text Example

White with #D68006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68006; }

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

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

background-color css

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

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

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

border-color css

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

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

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