#DC6966

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

Shades of Roman #DC6966

Tints of Roman #DC6966

Color information

#DC6966 (or 0xDC6966) is unknown color: approx Roman. HEX triplet: DC, 69 and 66. RGB value is (220,105,102). Sum of RGB (Red+Green+Blue) = 220+105+102=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6966 is #239699. Grayscale: #8B8B8B. Windows color (decimal): -2332314 or 6711772. OLE color: 6711772.

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

Color convert

RGB220105102-
CMYK00.520.540.14
HSL1.53º62.77%63.14%-
HSV(B)1.53º53.64%86.27%-
XYZ36.9726.2815.69-
YUV139.04107.1185.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=51.52%
G=24.59%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010510200.520.540.141.5362.7763.14
HexDC696603436E23f3f
Octal334151146064661627777
Binary11011100110100111001100110100110110111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6966; }

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

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

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

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

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

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

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

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