Html Css Color HEX #D68008 Mango Tango

📋 copy color: '#D68008'

red 214 ◦ green 128 ◦ blue 8

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

Shades of Mango Tango #D68008

Tints of Mango Tango #D68008

RGB

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

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

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

R = 61.14%
G = 36.57%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D68008 (or 0xD68008) is known color: Mango Tango. HEX triplet: D6, 80 and 08. RGB value is (214,128,8). Sum of RGB (Red+Green+Blue) = 214+128+8=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D68008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68008 is #297FF7. Grayscale: #8C8C8C. Windows color (decimal): -2719736 or 557270. OLE color: 557270.

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

Color convert

RGB 214 128 8 -
CMYK 0 0.40 0.96 0.16
HSL 34.95º 0.93% 0.44% -
HSV(B) 34.95º 0.96% 0.84% -
XYZ 35.49 29.75 4.1 -
YUV 140.03 53.49 180.76 -
System Red Green Blue C M Y K H S L
Decimal 214 128 8 0 0.40 0.96 0.16 34.95 0.93 0.44
Hex D6 80 8 0 28 60 10 23 5D 2C
Octal 326 200 10 0 50 140 20 43 135 54
Binary 11010110 10000000 1000 0 101000 1100000 10000 100011 1011101 101100

Color Harmonies of #D68008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68008

Black with #D68008

Text Example


Text Example

White with #D68008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68008; }

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

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

background-color css

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

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

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

border-color css

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

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

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