Html Css Color HEX #DC7D08 Mango Tango

📋 copy color: '#DC7D08'

red 220 ◦ green 125 ◦ blue 8

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

Shades of Mango Tango #DC7D08

Tints of Mango Tango #DC7D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

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

R = 62.32%
G = 35.41%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC7D08 (or 0xDC7D08) is known color: Mango Tango. HEX triplet: DC, 7D and 08. RGB value is (220,125,8). Sum of RGB (Red+Green+Blue) = 220+125+8=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D08 is #2382F7. Grayscale: #8C8C8C. Windows color (decimal): -2327288 or 556508. OLE color: 556508.

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

Color convert

RGB 220 125 8 -
CMYK 0 0.43 0.96 0.14
HSL 33.11º 0.93% 0.45% -
HSV(B) 33.11º 0.96% 0.86% -
XYZ 36.89 29.9 4.06 -
YUV 140.07 53.47 185.01 -
System Red Green Blue C M Y K H S L
Decimal 220 125 8 0 0.43 0.96 0.14 33.11 0.93 0.45
Hex DC 7D 8 0 2B 60 E 21 5D 2D
Octal 334 175 10 0 53 140 16 41 135 55
Binary 11011100 1111101 1000 0 101011 1100000 1110 100001 1011101 101101

Color Harmonies of #DC7D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D08

Black with #DC7D08

Text Example


Text Example

White with #DC7D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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