#DB5A56

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

Shades of Roman #DB5A56

Tints of Roman #DB5A56

Color information

#DB5A56 (or 0xDB5A56) is unknown color: approx Roman. HEX triplet: DB, 5A and 56. RGB value is (219,90,86). Sum of RGB (Red+Green+Blue) = 219+90+86=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A56 is #24A5A9. Grayscale: #808080. Windows color (decimal): -2401706 or 5659355. OLE color: 5659355.

HSL color Cylindrical-coordinate representation of color #DB5A56: hue angle of 1.8º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5A56 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB2199086-
CMYK00.590.610.14
HSL1.8º64.88%59.8%-
HSV(B)1.8º60.73%85.88%-
XYZ34.5523.0411.43-
YUV128.11104.24192.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.44%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=55.44%
G=22.78%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219908600.590.610.141.864.8859.8
HexDB5A5603B3DE2413c
Octal3331321260737516210174
Binary110110111011010101011001110111111011110101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5A56; }

 p { color: rgb(219,90,86); }

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

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

 a { background-color: rgb(219,90,86); }

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

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

 span { border-color: rgb(219,90,86); }

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