#DC6D66

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

Shades of Roman #DC6D66

Tints of Roman #DC6D66

Color information

#DC6D66 (or 0xDC6D66) is unknown color: approx Roman. HEX triplet: DC, 6D and 66. RGB value is (220,109,102). Sum of RGB (Red+Green+Blue) = 220+109+102=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D66 is #239299. Grayscale: #8D8D8D. Windows color (decimal): -2331290 or 6712796. OLE color: 6712796.

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

Color convert

RGB220109102-
CMYK00.500.540.14
HSL3.56º62.77%63.14%-
HSV(B)3.56º53.64%86.27%-
XYZ37.3827.1115.83-
YUV141.39105.77184.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.04%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=51.04%
G=25.29%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010910200.500.540.143.5662.7763.14
HexDC6D6603236E43f3f
Octal334155146062661647777
Binary110111001101101110011001100101101101110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D66; }

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

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

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

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

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

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

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

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