#DC6B60

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

Shades of Roman #DC6B60

Tints of Roman #DC6B60

Color information

#DC6B60 (or 0xDC6B60) is unknown color: approx Roman. HEX triplet: DC, 6B and 60. RGB value is (220,107,96). Sum of RGB (Red+Green+Blue) = 220+107+96=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B60 is #23949F. Grayscale: #8B8B8B. Windows color (decimal): -2331808 or 6319068. OLE color: 6319068.

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

Color convert

RGB22010796-
CMYK00.510.560.14
HSL5.32º63.92%61.96%-
HSV(B)5.32º56.36%86.27%-
XYZ36.8826.5814.25-
YUV139.53103.44185.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=52.01%
G=25.30%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201079600.510.560.145.3263.9261.96
HexDC6B6003338E5403e
Octal3341531400637016510076
Binary1101110011010111100000011001111100011101011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6B60; }

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

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

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

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

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

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

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

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