#DC6C66

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

Shades of Roman #DC6C66

Tints of Roman #DC6C66

Color information

#DC6C66 (or 0xDC6C66) is unknown color: approx Roman. HEX triplet: DC, 6C and 66. RGB value is (220,108,102). Sum of RGB (Red+Green+Blue) = 220+108+102=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C66 is #239399. Grayscale: #8C8C8C. Windows color (decimal): -2331546 or 6712540. OLE color: 6712540.

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

Color convert

RGB220108102-
CMYK00.510.540.14
HSL3.05º62.77%63.14%-
HSV(B)3.05º53.64%86.27%-
XYZ37.2826.915.8-
YUV140.8106.11184.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=51.16%
G=25.12%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010810200.510.540.143.0562.7763.14
HexDC6C6603336E33f3f
Octal334154146063661637777
Binary11011100110110011001100110011110110111011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C66; }

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

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

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

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

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

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

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

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