#DC6A61

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

Shades of Roman #DC6A61

Tints of Roman #DC6A61

Color information

#DC6A61 (or 0xDC6A61) is unknown color: approx Roman. HEX triplet: DC, 6A and 61. RGB value is (220,106,97). Sum of RGB (Red+Green+Blue) = 220+106+97=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A61 is #23959E. Grayscale: #8B8B8B. Windows color (decimal): -2332063 or 6384348. OLE color: 6384348.

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

Color convert

RGB22010697-
CMYK00.520.560.14
HSL4.39º63.73%62.16%-
HSV(B)4.39º55.91%86.27%-
XYZ36.8326.3914.46-
YUV139.06104.27185.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=52.01%
G=25.06%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201069700.520.560.144.3963.7362.16
HexDC6A6103438E4403e
Octal3341521410647016410076
Binary1101110011010101100001011010011100011101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6A61; }

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

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

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

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

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

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

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

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