Html Css Color HEX #DC8308 Mango Tango

📋 copy color: '#DC8308'

red 220 ◦ green 131 ◦ blue 8

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

Shades of Mango Tango #DC8308

Tints of Mango Tango #DC8308

RGB

 RED value IS 220 (86.33% from 255) = 61.28%

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

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

R = 61.28%
G = 36.49%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC8308 (or 0xDC8308) is known color: Mango Tango. HEX triplet: DC, 83 and 08. RGB value is (220,131,8). Sum of RGB (Red+Green+Blue) = 220+131+8=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8308 is #237CF7. Grayscale: #909090. Windows color (decimal): -2325752 or 558044. OLE color: 558044.

HSL color Cylindrical-coordinate representation of color #DC8308: hue angle of 34.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC8308 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 8 -
CMYK 0 0.40 0.96 0.14
HSL 34.81º 0.93% 0.45% -
HSV(B) 34.81º 0.96% 0.86% -
XYZ 37.68 31.47 4.32 -
YUV 143.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 220 131 8 0 0.40 0.96 0.14 34.81 0.93 0.45
Hex DC 83 8 0 28 60 E 23 5D 2D
Octal 334 203 10 0 50 140 16 43 135 55
Binary 11011100 10000011 1000 0 101000 1100000 1110 100011 1011101 101101

Color Harmonies of #DC8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8308

Black with #DC8308

Text Example


Text Example

White with #DC8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8308; }

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

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

background-color css

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

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

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

border-color css

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

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

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