#DA6556

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

Shades of Roman #DA6556

Tints of Roman #DA6556

Color information

#DA6556 (or 0xDA6556) is unknown color: approx Roman. HEX triplet: DA, 65 and 56. RGB value is (218,101,86). Sum of RGB (Red+Green+Blue) = 218+101+86=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6556 is #259AA9. Grayscale: #868686. Windows color (decimal): -2464426 or 5662170. OLE color: 5662170.

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

Color convert

RGB21810186-
CMYK00.540.610.15
HSL6.82º64.08%59.61%-
HSV(B)6.82º60.55%85.49%-
XYZ35.2524.8811.75-
YUV134.27100.76187.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.83%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=53.83%
G=24.94%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181018600.540.610.156.8264.0859.61
HexDA65560363DF7403c
Octal3321451260667517710074
Binary1101101011001011010110011011011110111111111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6556; }

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

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

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

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

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

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

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

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