#DA5E59

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

Shades of Roman #DA5E59

Tints of Roman #DA5E59

Color information

#DA5E59 (or 0xDA5E59) is unknown color: approx Roman. HEX triplet: DA, 5E and 59. RGB value is (218,94,89). Sum of RGB (Red+Green+Blue) = 218+94+89=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E59 is #25A1A6. Grayscale: #828282. Windows color (decimal): -2466215 or 5856986. OLE color: 5856986.

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

Color convert

RGB2189489-
CMYK00.570.590.15
HSL2.33º63.55%60.2%-
HSV(B)2.33º59.17%85.49%-
XYZ34.7223.6312.18-
YUV130.51104.58190.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.36%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 89 (35.16% from 255) = 22.19%
R=54.36%
G=23.44%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218948900.570.590.152.3363.5560.2
HexDA5E590393BF2403c
Octal3321361310717317210074
Binary110110101011110101100101110011110111111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5E59; }

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

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

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

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

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

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

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

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