#DC605D

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

Shades of Roman #DC605D

Tints of Roman #DC605D

Color information

#DC605D (or 0xDC605D) is unknown color: approx Roman. HEX triplet: DC, 60 and 5D. RGB value is (220,96,93). Sum of RGB (Red+Green+Blue) = 220+96+93=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC605D is #239FA2. Grayscale: #848484. Windows color (decimal): -2334627 or 6119644. OLE color: 6119644.

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

Color convert

RGB2209693-
CMYK00.560.580.14
HSL1.42º64.47%61.37%-
HSV(B)1.42º57.73%86.27%-
XYZ35.6724.3713.18-
YUV132.73105.58190.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=53.79%
G=23.47%
B=22.74%

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
Decimal220969300.560.580.141.4264.4761.37
HexDC605D0383AE1403d
Octal3341401350707216110075
Binary11011100110000010111010111000111010111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC605D; }

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

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

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

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

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

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

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

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