#DC6255

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

Shades of Roman #DC6255

Tints of Roman #DC6255

Color information

#DC6255 (or 0xDC6255) is unknown color: approx Roman. HEX triplet: DC, 62 and 55. RGB value is (220,98,85). Sum of RGB (Red+Green+Blue) = 220+98+85=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6255 is #239DAA. Grayscale: #858585. Windows color (decimal): -2334123 or 5595868. OLE color: 5595868.

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

Color convert

RGB2209885-
CMYK00.550.610.14
HSL5.78º65.85%59.8%-
HSV(B)5.78º61.36%86.27%-
XYZ35.5224.6111.47-
YUV133100.92190.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.59%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=54.59%
G=24.32%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220988500.550.610.145.7865.8559.8
HexDC62550373DE6423c
Octal3341421250677516610274
Binary1101110011000101010101011011111110111101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6255; }

 p { color: rgb(220,98,85); }

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

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

 a { background-color: rgb(220,98,85); }

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

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

 span { border-color: rgb(220,98,85); }

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