#DA5A59

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

Shades of Roman #DA5A59

Tints of Roman #DA5A59

Color information

#DA5A59 (or 0xDA5A59) is unknown color: approx Roman. HEX triplet: DA, 5A and 59. RGB value is (218,90,89). Sum of RGB (Red+Green+Blue) = 218+90+89=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A59 is #25A5A6. Grayscale: #808080. Windows color (decimal): -2467239 or 5855962. OLE color: 5855962.

HSL color Cylindrical-coordinate representation of color #DA5A59: hue angle of 0.47º 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 #DA5A59 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB2189089-
CMYK00.590.590.15
HSL0.47º63.55%60.2%-
HSV(B)0.47º59.17%85.49%-
XYZ34.3722.9412.07-
YUV128.16105.91192.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.91%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=54.91%
G=22.67%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218908900.590.590.150.4763.5560.2
HexDA5A5903B3BF0403c
Octal3321321310737317010074
Binary11011010101101010110010111011111011111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5A59; }

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

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

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

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

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

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

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

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