#DC6C63

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

Shades of Roman #DC6C63

Tints of Roman #DC6C63

Color information

#DC6C63 (or 0xDC6C63) is unknown color: approx Roman. HEX triplet: DC, 6C and 63. RGB value is (220,108,99). Sum of RGB (Red+Green+Blue) = 220+108+99=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C63 is #23939C. Grayscale: #8C8C8C. Windows color (decimal): -2331549 or 6515932. OLE color: 6515932.

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

Color convert

RGB22010899-
CMYK00.510.550.14
HSL4.46º63.35%62.55%-
HSV(B)4.46º55%86.27%-
XYZ37.1326.8415.03-
YUV140.46104.61184.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=51.52%
G=25.29%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201089900.510.550.144.4663.3562.55
HexDC6C6303337E43f3f
Octal334154143063671647777
Binary110111001101100110001101100111101111110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C63; }

 p { color: rgb(220,108,99); }

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

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

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

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

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

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

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