#DC5B5A

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

Shades of Roman #DC5B5A

Tints of Roman #DC5B5A

Color information

#DC5B5A (or 0xDC5B5A) is unknown color: approx Roman. HEX triplet: DC, 5B and 5A. RGB value is (220,91,90). Sum of RGB (Red+Green+Blue) = 220+91+90=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B5A is #23A4A5. Grayscale: #818181. Windows color (decimal): -2335910 or 5921756. OLE color: 5921756.

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

Color convert

RGB2209190-
CMYK00.590.590.14
HSL0.46º65%60.78%-
HSV(B)0.46º59.09%86.27%-
XYZ35.123.4412.35-
YUV129.46105.74192.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.86%
GREEN value IS 91 (35.94% from 255) = 22.69%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=54.86%
G=22.69%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220919000.590.590.140.466560.78
HexDC5B5A03B3BE0413d
Octal3341331320737316010175
Binary11011100101101110110100111011111011111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5B5A; }

 p { color: rgb(220,91,90); }

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

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

 a { background-color: rgb(220,91,90); }

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

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

 span { border-color: rgb(220,91,90); }

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