#DC615D

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

Shades of Roman #DC615D

Tints of Roman #DC615D

Color information

#DC615D (or 0xDC615D) is unknown color: approx Roman. HEX triplet: DC, 61 and 5D. RGB value is (220,97,93). Sum of RGB (Red+Green+Blue) = 220+97+93=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC615D is #239EA2. Grayscale: #858585. Windows color (decimal): -2334371 or 6119900. OLE color: 6119900.

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

Color convert

RGB2209793-
CMYK00.560.580.14
HSL1.89º64.47%61.37%-
HSV(B)1.89º57.73%86.27%-
XYZ35.7724.5613.21-
YUV133.32105.25189.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.66%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=53.66%
G=23.66%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220979300.560.580.141.8964.4761.37
HexDC615D0383AE2403d
Octal3341411350707216210075
Binary110111001100001101110101110001110101110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC615D; }

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

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

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

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

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

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

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

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