#DC5001

Color #DC5001 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #DC5001

Tints of Tenne (Tawny) #DC5001

Color information

#DC5001 (or 0xDC5001) is unknown color: approx Tenne (Tawny). HEX triplet: DC, 50 and 01. RGB value is (220,80,1). Sum of RGB (Red+Green+Blue) = 220+80+1=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5001 is #23AFFE. Grayscale: #717171. Windows color (decimal): -2338815 or 86236. OLE color: 86236.

HSL color Cylindrical-coordinate representation of color #DC5001: hue angle of 21.64º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC5001 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220801-
CMYK00.641.000.14
HSL21.64º99.1%43.33%-
HSV(B)21.64º99.55%86.27%-
XYZ32.3920.962.37-
YUV112.8564.88204.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 73.09%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=73.09%
G=26.58%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22080100.641.000.1421.6499.143.33
HexDC50104064E16632b
Octal33412010100144162614353
Binary11011100101000010100000011001001110101101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5001; }

 p { color: rgb(220,80,1); }

 H1.HeaderClassName
 {
   color: #DC5001;
 }
 .AnyTagClassName
 {
   color: #DC5001;
 }
</style>
background-color css

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

 a { background-color: rgb(220,80,1); }

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

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

 span { border-color: rgb(220,80,1); }

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