#DC5201

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

Shades of Tenne (Tawny) #DC5201

Tints of Tenne (Tawny) #DC5201

Color information

#DC5201 (or 0xDC5201) is unknown color: approx Tenne (Tawny). HEX triplet: DC, 52 and 01. RGB value is (220,82,1). Sum of RGB (Red+Green+Blue) = 220+82+1=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5201 is #23ADFE. Grayscale: #727272. Windows color (decimal): -2338303 or 86748. OLE color: 86748.

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

Color convert

RGB220821-
CMYK00.631.000.14
HSL22.19º99.1%43.33%-
HSV(B)22.19º99.55%86.27%-
XYZ32.5421.252.42-
YUV114.0364.22203.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 72.61%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=72.61%
G=27.06%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22082100.631.000.1422.1999.143.33
HexDC52103F64E16632b
Octal3341221077144162614353
Binary1101110010100101011111111001001110101101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5201; }

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

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

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

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

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

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

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

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