Html Css Color HEX #DC7B08 Mango Tango

📋 copy color: '#DC7B08'

red 220 ◦ green 123 ◦ blue 8

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

Shades of Mango Tango #DC7B08

Tints of Mango Tango #DC7B08

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 62.68%
G = 35.04%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7B08 (or 0xDC7B08) is known color: Mango Tango. HEX triplet: DC, 7B and 08. RGB value is (220,123,8). Sum of RGB (Red+Green+Blue) = 220+123+8=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B08 is #2384F7. Grayscale: #8B8B8B. Windows color (decimal): -2327800 or 555996. OLE color: 555996.

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

Color convert

RGB 220 123 8 -
CMYK 0 0.44 0.96 0.14
HSL 32.55º 0.93% 0.45% -
HSV(B) 32.55º 0.96% 0.86% -
XYZ 36.64 29.4 3.97 -
YUV 138.89 54.14 185.85 -
System Red Green Blue C M Y K H S L
Decimal 220 123 8 0 0.44 0.96 0.14 32.55 0.93 0.45
Hex DC 7B 8 0 2C 60 E 21 5D 2D
Octal 334 173 10 0 54 140 16 41 135 55
Binary 11011100 1111011 1000 0 101100 1100000 1110 100001 1011101 101101

Color Harmonies of #DC7B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B08

Black with #DC7B08

Text Example


Text Example

White with #DC7B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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