#DC6665

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

Shades of Roman #DC6665

Tints of Roman #DC6665

Color information

#DC6665 (or 0xDC6665) is unknown color: approx Roman. HEX triplet: DC, 66 and 65. RGB value is (220,102,101). Sum of RGB (Red+Green+Blue) = 220+102+101=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6665 is #23999A. Grayscale: #898989. Windows color (decimal): -2333083 or 6645468. OLE color: 6645468.

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

Color convert

RGB220102101-
CMYK00.540.540.14
HSL0.5º62.96%62.94%-
HSV(B)0.5º54.09%86.27%-
XYZ36.6225.6615.33-
YUV137.17107.59187.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=52.01%
G=24.11%
B=23.88%

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
Decimal22010210100.540.540.140.562.9662.94
HexDC666503636E13f3f
Octal334146145066661617777
Binary1101110011001101100101011011011011011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6665; }

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

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

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

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

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

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

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

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