#DC6565

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

Shades of Roman #DC6565

Tints of Roman #DC6565

Color information

#DC6565 (or 0xDC6565) is unknown color: approx Roman. HEX triplet: DC, 65 and 65. RGB value is (220,101,101). Sum of RGB (Red+Green+Blue) = 220+101+101=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6565 is #239A9A. Grayscale: #888888. Windows color (decimal): -2333339 or 6645212. OLE color: 6645212.

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

Color convert

RGB220101101-
CMYK00.540.540.14
HSL62.96%62.94%-
HSV(B)54.09%86.27%-
XYZ36.5225.4615.3-
YUV136.58107.92187.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=52.13%
G=23.93%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010110100.540.540.14062.9662.94
HexDC656503636E03f3f
Octal334145145066661607777
Binary1101110011001011100101011011011011011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6565; }

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

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

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

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

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

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

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

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