#DA6860

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

Shades of Roman #DA6860

Tints of Roman #DA6860

Color information

#DA6860 (or 0xDA6860) is unknown color: approx Roman. HEX triplet: DA, 68 and 60. RGB value is (218,104,96). Sum of RGB (Red+Green+Blue) = 218+104+96=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6860 is #25979F. Grayscale: #898989. Windows color (decimal): -2463648 or 6318298. OLE color: 6318298.

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

Color convert

RGB21810496-
CMYK00.520.560.15
HSL3.93º62.24%61.57%-
HSV(B)3.93º55.96%85.49%-
XYZ35.9825.6514.12-
YUV137.17104.77185.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.15%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=52.15%
G=24.88%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181049600.520.560.153.9362.2461.57
HexDA686003438F43e3e
Octal332150140064701747676
Binary110110101101000110000001101001110001111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6860; }

 p { color: rgb(218,104,96); }

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

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

 a { background-color: rgb(218,104,96); }

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

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

 span { border-color: rgb(218,104,96); }

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