Html Css Color HEX #D68308 Mango Tango

📋 copy color: '#D68308'

red 214 ◦ green 131 ◦ blue 8

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

Shades of Mango Tango #D68308

Tints of Mango Tango #D68308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

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

R = 60.62%
G = 37.11%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D68308 (or 0xD68308) is known color: Mango Tango. HEX triplet: D6, 83 and 08. RGB value is (214,131,8). Sum of RGB (Red+Green+Blue) = 214+131+8=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D68308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68308 is #297CF7. Grayscale: #8E8E8E. Windows color (decimal): -2718968 or 558038. OLE color: 558038.

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

Color convert

RGB 214 131 8 -
CMYK 0 0.39 0.96 0.16
HSL 35.83º 0.93% 0.44% -
HSV(B) 35.83º 0.96% 0.84% -
XYZ 35.89 30.55 4.23 -
YUV 141.8 52.5 179.5 -
System Red Green Blue C M Y K H S L
Decimal 214 131 8 0 0.39 0.96 0.16 35.83 0.93 0.44
Hex D6 83 8 0 27 60 10 24 5D 2C
Octal 326 203 10 0 47 140 20 44 135 54
Binary 11010110 10000011 1000 0 100111 1100000 10000 100100 1011101 101100

Color Harmonies of #D68308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68308

Black with #D68308

Text Example


Text Example

White with #D68308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68308; }

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

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

background-color css

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

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

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

border-color css

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

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

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