#DA5F59

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

Shades of Roman #DA5F59

Tints of Roman #DA5F59

Color information

#DA5F59 (or 0xDA5F59) is unknown color: approx Roman. HEX triplet: DA, 5F and 59. RGB value is (218,95,89). Sum of RGB (Red+Green+Blue) = 218+95+89=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F59 is #25A0A6. Grayscale: #838383. Windows color (decimal): -2465959 or 5857242. OLE color: 5857242.

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

Color convert

RGB2189589-
CMYK00.560.590.15
HSL2.79º63.55%60.2%-
HSV(B)2.79º59.17%85.49%-
XYZ34.8123.8112.21-
YUV131.09104.25189.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.23%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=54.23%
G=23.63%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218958900.560.590.152.7963.5560.2
HexDA5F590383BF3403c
Octal3321371310707317310074
Binary110110101011111101100101110001110111111111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F59; }

 p { color: rgb(218,95,89); }

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

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

 a { background-color: rgb(218,95,89); }

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

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

 span { border-color: rgb(218,95,89); }

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