#DC6861

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

Shades of Roman #DC6861

Tints of Roman #DC6861

Color information

#DC6861 (or 0xDC6861) is unknown color: approx Roman. HEX triplet: DC, 68 and 61. RGB value is (220,104,97). Sum of RGB (Red+Green+Blue) = 220+104+97=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6861 is #23979E. Grayscale: #8A8A8A. Windows color (decimal): -2332575 or 6383836. OLE color: 6383836.

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

Color convert

RGB22010497-
CMYK00.530.560.14
HSL3.41º63.73%62.16%-
HSV(B)3.41º55.91%86.27%-
XYZ36.6225.9814.39-
YUV137.89104.93186.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=52.26%
G=24.70%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201049700.530.560.143.4163.7362.16
HexDC686103538E3403e
Octal3341501410657016310076
Binary110111001101000110000101101011110001110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6861; }

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

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

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

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

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

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

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

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