#DC6661

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

Shades of Roman #DC6661

Tints of Roman #DC6661

Color information

#DC6661 (or 0xDC6661) is unknown color: approx Roman. HEX triplet: DC, 66 and 61. RGB value is (220,102,97). Sum of RGB (Red+Green+Blue) = 220+102+97=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6661 is #23999E. Grayscale: #888888. Windows color (decimal): -2333087 or 6383324. OLE color: 6383324.

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

Color convert

RGB22010297-
CMYK00.540.560.14
HSL2.44º63.73%62.16%-
HSV(B)2.44º55.91%86.27%-
XYZ36.4225.5814.33-
YUV136.71105.59187.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.51%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=52.51%
G=24.34%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201029700.540.560.142.4463.7362.16
HexDC666103638E2403e
Octal3341461410667016210076
Binary110111001100110110000101101101110001110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6661; }

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

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

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

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

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

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

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

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