#DA5B56

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

Shades of Roman #DA5B56

Tints of Roman #DA5B56

Color information

#DA5B56 (or 0xDA5B56) is unknown color: approx Roman. HEX triplet: DA, 5B and 56. RGB value is (218,91,86). Sum of RGB (Red+Green+Blue) = 218+91+86=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B56 is #25A4A9. Grayscale: #808080. Windows color (decimal): -2466986 or 5659610. OLE color: 5659610.

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

Color convert

RGB2189186-
CMYK00.580.610.15
HSL2.27º64.08%59.61%-
HSV(B)2.27º60.55%85.49%-
XYZ34.3323.0611.45-
YUV128.4104.08191.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=55.19%
G=23.04%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218918600.580.610.152.2764.0859.61
HexDA5B5603A3DF2403c
Octal3321331260727517210074
Binary110110101011011101011001110101111011111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5B56; }

 p { color: rgb(218,91,86); }

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

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

 a { background-color: rgb(218,91,86); }

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

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

 span { border-color: rgb(218,91,86); }

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