Html Css Color HEX #DC6509 Mango Tango

📋 copy color: '#DC6509'

red 220 ◦ green 101 ◦ blue 9

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

Shades of Mango Tango #DC6509

Tints of Mango Tango #DC6509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 66.67%
G = 30.61%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC6509 (or 0xDC6509) is known color: Mango Tango. HEX triplet: DC, 65 and 09. RGB value is (220,101,9). Sum of RGB (Red+Green+Blue) = 220+101+9=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6509 is #239AF6. Grayscale: #7E7E7E. Windows color (decimal): -2333431 or 615900. OLE color: 615900.

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

Color convert

RGB 220 101 9 -
CMYK 0 0.54 0.96 0.14
HSL 26.16º 0.92% 0.45% -
HSV(B) 26.16º 0.96% 0.86% -
XYZ 34.22 24.54 3.19 -
YUV 126.09 61.92 194.98 -
System Red Green Blue C M Y K H S L
Decimal 220 101 9 0 0.54 0.96 0.14 26.16 0.92 0.45
Hex DC 65 9 0 36 60 E 1A 5C 2D
Octal 334 145 11 0 66 140 16 32 134 55
Binary 11011100 1100101 1001 0 110110 1100000 1110 11010 1011100 101101

Color Harmonies of #DC6509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6509

Black with #DC6509

Text Example


Text Example

White with #DC6509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6509; }

 p { color: rgb(220,101,9); }

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

background-color css

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

 a { background-color: rgb(220,101,9); }

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

border-color css

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

 span { border-color: rgb(220,101,9); }

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