#DA6563

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

Shades of Roman #DA6563

Tints of Roman #DA6563

Color information

#DA6563 (or 0xDA6563) is unknown color: approx Roman. HEX triplet: DA, 65 and 63. RGB value is (218,101,99). Sum of RGB (Red+Green+Blue) = 218+101+99=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6563 is #259A9C. Grayscale: #878787. Windows color (decimal): -2464413 or 6514138. OLE color: 6514138.

HSL color Cylindrical-coordinate representation of color #DA6563: hue angle of 1.01º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6563 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21810199-
CMYK00.540.550.15
HSL1.01º61.66%62.16%-
HSV(B)1.01º54.59%85.49%-
XYZ35.8225.1114.76-
YUV135.76107.26186.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.15%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=52.15%
G=24.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181019900.540.550.151.0161.6662.16
HexDA656303637F13e3e
Octal332145143066671717676
Binary1101101011001011100011011011011011111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6563; }

 p { color: rgb(218,101,99); }

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

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

 a { background-color: rgb(218,101,99); }

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

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

 span { border-color: rgb(218,101,99); }

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